Dear all,
Imagine that I have a Cognito pool with identities. I would like to ask if there is a chance to expose a link to Appian login page and authenticate users through AWS Cognito?
Could someone give me directions if Appian supports an authentication flow through Cognito? Did anyone accomplish that?
Regards,
Dimitrios
Discussion posts and replies are publicly visible
Cognito seems to support SAML, so I'd say yes.
docs.aws.amazon.com/.../cognito-user-pools-managing-saml-idp-console.html
I do think it may be possible using OIDC but not sure about SAML.
Amazon Cognito can federate with SAML IdPs, but I don't think it can act as a SAML identity provider itself.
Thanks @Mathieu . Is the below a good way to start?
docs.aws.amazon.com/.../open-id.html
Thanks Stefan for your help.
This might help
Dimitrios Pavlis I am currently working with a client who is also planning to use AWS Cognito as their IDP. Was wondering if you ended up implementing this successfully on your end?