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

Anonymous
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?

Community Center Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,526 Reputation points Moderator
    2022-05-25T06:34:13.297+00:00

    Hello @Anonymous , 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.