Can I connect one Amazon Connect to two Azure AD’s via SAML?
It is kind of possible but this can lead to some unexpected behavior. https://docs.aws.amazon.com/connect/latest/adminguide/configure-saml.html#saml-important-notes Amazon Connect instance allow only a 1:1 mapping of user roles to SAML authentication. This means although you can create two IAM Identity Providers in your AWS account connecting to your Azure AD apps, those two providers have to share the same IAM role. Also, users…
Read More »