简体   繁体   中英

How can provide AWS cognito as SAML 2.0 IDP for SSO?

I have an AWS Cognito where thousand of users already registered, Now I have a scenario where I have to share my user with a 3rd-Party application, where 3parth application want to use my Cognito users for login using SAML 2.0 IDP. Where Cognito user pool should work as IDP and 3party application should work as SP.

Is there any way to provide Cognito user as IDP to a 3rd-party?

Like, We can use Google, Facebook, LinkedIn, Okla, Auth0 etc... IDPs into Cognito(SP), but in my case is the opposite where I want to provide Cognito as IDP.

I was searching for a similar solution for one of the requirements in my project and came across this article where Auth0 has been used as a middle layer for acting as a SAML IdP. https://aws.amazon.com/premiumsupport/knowledge-center/auth0-saml-cognito-user-pool/

AWS cognito here acts as an identity provider and Auth0 helps in transforming the request into SAML.

This has solved my use-case. Hope this is the same thing you are trying to achieve.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM