Azure AD B2C & AWS Cognito Integration
Hi,
I have an Azure AD B2C custom policy (SAML protocol) being used by an application 'A' setup and working fine. I want to integrate another application 'B' using OpenId protocol. This application 'B' is hosted in AWS and uses AWS Cognito user pool.
I have the OpenId Custom Policy defined in B2C and works fine when testing using https://jwt.ms. I configure this OpenId policy in AWS Cognito under Federated Identity Provider and using the configuration from B2C registered app id and custom policy claims.
When I try to test this integration using a sample web app, it looks like the authentication is happening from B2C, however not all claims from the Custom Policy are being passed on to AWS Cognito. Correct claims mapping are put in place in AWS.