I want to use AWS Cognito as an IdP. My app named "XYZ" has a login screen, which takes user credentials and hits cognito to verify the user's identity using SAML based implementation. I do have a SAML meta data file for AWS Cognito as a service provider but i need the SAML based metadata file for AWS Cognito as an identity provider. Can i even use SAML implementation in this case or do i have to use OIDC?
Asked
Active
Viewed 1,940 times
1
-
https://stackoverflow.com/questions/44512540/saml-idp-aws-cognito-iam-as-an-identity-provider – Sachin Giri Jun 13 '22 at 09:18
2 Answers
0
Create an identity pool using federated auth through the SAML provider.
https://docs.aws.amazon.com/cognito/latest/developerguide/saml-identity-provider.html

RTC
- 71
- 7
-
Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jun 06 '22 at 13:04