2

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?

Jayesh Dhandha
  • 1,983
  • 28
  • 50

1 Answers1

7

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.

KiteCoder
  • 2,364
  • 1
  • 13
  • 29
  • #kiteCoder can you help me on this problem https://stackoverflow.com/questions/65588939/got-stucked-in-rstudio-rserver-pro-1-4-pro-version-while-doing-sso-using-openid –  Jan 29 '21 at 07:18