Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML Cognito Identity Provider: Signing and encryption settings #1963

Closed
ryanolee opened this issue Mar 11, 2024 · 3 comments
Closed

SAML Cognito Identity Provider: Signing and encryption settings #1963

ryanolee opened this issue Mar 11, 2024 · 3 comments

Comments

@ryanolee
Copy link

Name of the resource

AWS::Cognito::UserPoolIdentityProvider

Resource name

No response

Description

The here are no setting for configuring Saml Signing and Encryption setting from cloudformation when creating a provider.
image
^ These are the settings that would ideally have parallel attributes in Cloud-formation in some capacity to configure.

Looking under https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#aws-resource-cognito-userpoolidentityprovider--examples--Creating_a_new_SAML_identity_provider
There does not seem to be any "ProviderDetails" options for configuring these new options. Ideally it would be great to have the option to enable them when creating the provider!

Other Details

No response

@ryanolee
Copy link
Author

As a follow up looks like this is more a documentation issue. Deploying with the following seems to work. Just not documented anywhere in the CF or SDK documentation.

"ProviderDetails": {
     "IDPSignout": false,
     "MetadataURL": "xxx",
     "EncryptedResponses": "true",
     "RequestSigningAlgorithm": "rsa-sha256"
    }

@cfn-github-issues-bot cfn-github-issues-bot moved this from Researching to Coming Soon in coverage-roadmap Mar 11, 2024
@cfn-github-issues-bot cfn-github-issues-bot moved this from Coming Soon to Shipped in coverage-roadmap Mar 12, 2024
@ryanolee
Copy link
Author

Thanks for getting back. Looks to be all resolved now. Thanks for updating the docs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
coverage-roadmap
  
Shipped
Development

No branches or pull requests

3 participants