1 Answer
- Newest
- Most votes
- Most comments
0
Hi,
Cognito SAML Request are following SAML 2.0 standard are are not encrypted only signed.
You can find more information in https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-saml-idp.html
Cognito SAML Metadata can be constructed based on https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-integrating-3rd-party-saml-providers.html
Jeff
answered 3 years ago
Relevant content
asked 3 years ago
asked 4 years ago
asked 7 years ago

Thank you, Jeff. Where can we configure signing of the SAMLRequest? We were able to decode and decompress the SAMLRequest, however there is no signature element included with the AuthNRequest XML received from Cognito.