User Identity Provider - SAML #6853
Labels
@aws-cdk/aws-cognito
Related to Amazon Cognito
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
Cognito Identity Providers are not supported as an AWS construct or natively by the User Pool construct. Integrating this new construct with the user pool will resolve challenges correctly setting attribute mutability as warned in the documentation
Use Case
I want to be able to easily integrate a user pool with my company provided SAML IdP. The same will be true for other IdPs supported by Cognito.
Proposed Solution
Correctly model the providers available in the current list. I don't think this is really a stand alone construct, but an integrated function on the user pool. Depending on the variation on the interface this may be require individual methods to avoid JSII limits regarding interface unions.
CDK might look like:
In that function we will ensure mutable properties from the mapping json are correctly set in the user pool properties. By providing individual functions we'll have type validation.
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: