See: Description
| Interface | Description |
|---|---|
| AuthenticateCognitoActionProps |
(experimental) Properties for AuthenticateCognitoAction.
|
| Class | Description |
|---|---|
| AuthenticateCognitoAction |
(experimental) A Listener Action to authenticate with Cognito.
|
| AuthenticateCognitoAction.Builder |
(experimental) A fluent builder for
AuthenticateCognitoAction. |
| AuthenticateCognitoActionProps.Builder |
A builder for
AuthenticateCognitoActionProps |
| AuthenticateCognitoActionProps.Jsii$Proxy |
An implementation for
AuthenticateCognitoActionProps |
---
This package contains integration actions for ELBv2. See the README of the @aws-cdk/aws-elasticloadbalancingv2 library.
ELB allows for requests to be authenticated against a Cognito user pool using
the AuthenticateCognitoAction. For details on the setup's requirements,
read Prepare to use Amazon
Cognito.
Here's an example:
Example of using AuthenticateCognitoAction
NOTE: this example seems incomplete, I was not able to get the redirect back to the Load Balancer after authentication working. Would love some pointers on what a full working setup actually looks like!
Copyright © 2021. All rights reserved.