How do I configure multiple SSO IdPs in Azure AD B2C?

Stephanie Akpakoun 26 Reputation points
2022-05-24T20:46:25.097+00:00

I have an application that uses AD B2C for authentication. I need to allow external IdPs to authenticate via SSO into my application via ADB2C. I followed the steps in this documentation and it worked well for one IdP. https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-generic-saml?tabs=macos&pivots=b2c-custom-policy

My use case requires setting up multiple IdPs and unfortunately this documentation requires creating a new claims provider and technical profile for each IdP set up. Is there a way to set up multiple IdPs without coding them into the custom policy?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,213 questions
0 comments No comments
{count} votes

Accepted answer
  1. 2022-05-25T06:34:13.297+00:00

    Hello @Stephanie Akpakoun , IdPs have to be coded in custom policies however if you want to make many available to others you can define them in one base custom policy so that it can be inherited/shared by others. This is thanks to B2C Inheritance model.

    Additionally, you might take a look to ClaimsProviderSelections to know more about the IdP selection process.

    Let us know if this answer was helpful to you or if you need additional assistance. If it was helpful, please remember to accept it so that others in the community with similar questions can more easily find a solution.


0 additional answers

Sort by: Most helpful