-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Cognito: Passwordless authentication support #32265
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-cognitoRelated to Amazon CognitoRelated to Amazon Cognitoeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p3
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-cognitoRelated to Amazon CognitoRelated to Amazon Cognitoeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.needs-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.p3
Describe the feature
Support Cognito managed passwordless login as described in this doc
Use Case
I would like to configure Cognito to manage passwordless authentication in my AWS CDK project.
I am stuck on the PoliciesProperty not supporting SignInPolicy
This type is generated from the CloudFormation user pools policy type which is in turn generated from the create user pool request
The create user pool request type is updated but the generated CloudFormation and CDK types stemming from it are not updated.
This seems to be a new feature released on November 22nd, 2024.
I expect auto generated types to be updated 24 hours later.
Proposed Solution
Update Cognito CDK to support the new Congito passwordless authentication features.
Other Information
No response
Acknowledgements
CDK version used
NodeJS aws-cdk-lib 2.170.0
Environment details (OS name and version, etc.)
Node 22