Azure B2C Multiple Identity Provider - navigate to specific identity automatically instead of selecting it

Ganesh Jagdale 66 Reputation points
2022-05-01T18:48:01.74+00:00

Hi,
I have scenario where I have registered multiple indentity in single user flow, so on navigating to auth url , it shows a list of available identity provider. Is there any way where I can autmatically redirect to specific identitfy provider from list instead choosing user and click on it.
Definitely I need some value/codition from which I can determin which identity provider I need to select automatically. e.g I have seperate application url for each identity provider so based on app rule I can find which Identity provider i need to redirect.

198064-image.png
Please help me here.

Thanks,
Ganesh

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,633 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,382 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. rbrayb 21 Reputation points MVP
    2022-05-05T01:32:47.967+00:00

    You could use "domain_hint".

    "This query parameter provides a hint to Azure AD B2C about the social identity provider that should be used for sign-in. For example, if the application specifies domain_hint=facebook.com, sign in goes directly to the Facebook sign in page."

    1 person found this answer helpful.
    0 comments No comments