Search code examples
single-sign-onamazon-cognitoadfsadfs2.0adfs3.0

AWS Cognito: support of SSO IdP-initiated workflow


I have my UI application which uses AWS Cognito for user authentication. We have successfully integrated the SAML identity provider in our Cognito UserPool.

Now i want to support SSO using AD FS.

Below is my URL which i can use to ADFS login.

https://adfs.DOMAIN.com/adfs/ls/IdpInitiatedSignOn.aspx

I have read this AWS Doc to configure for any aws management console.

But what steps i should follow to enable this for Cognito.

Any help?


Solution

  • From the Amazon Developer Forums: "Cognito User Pools do not currently support the IdP-initiated SAML flow."

    If you are able to use Open-ID rather than SAML you will be able to overcome this issue. If SAML is a must, you may have to wait until support for the IdP-initiated SAML flow is provided.