Using same authentication with cognito and amazon connect in a app-web #641
Unanswered
PabloApser
asked this question in
Q&A
Replies: 1 comment 3 replies
-
See if this helps in anyway - https://aws.amazon.com/blogs/security/how-to-set-up-amazon-cognito-for-federated-authentication-using-azure-ad/ You may need to tie back your Cognito solution with a SAML 2.0 Identity provider which will help you to enable single sign on to Amazon connect. Additional documents to follow up |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have an app web that requires authentication with cognito and I want to login in the custom ccp from Amazon Connect simultaneously. I don't want the user to login twice. Is it possible to use some jwt token or something with the connect streams for it?
I'm interested in hearing any other approach to the problem that works. (Without cognito...idk)
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions