Azure B2C enable SSO with multiple apps using a Custom OpenID
Hi,
I have been wanting so help to find out why SSO is not enabled on Azure B2C in the scenario above:
I have those application setup:
Application A uses Custom Policy -> Protocol SAML
Application B uses User Flows
All under the same Tenant
The user can sign up through multiple ways such as Google, and through a custom OpenID which linked to an institution App registration.
I already have implemented the below:
<SingleSignOn Scope="Tenant"> on custom policy
SSO Configuration= Tenant on user flows
Scenario that is happening: When the user signs-up using (custom IDP/social IDP) in Application A. Then when the user goes to Application B the user is prompted to sign up again instead of signing in.
Appreciate if you have any insight on this, we have API calls on user signup so it is causing issues because of the duplicates.