Overview
Single-Sign-On (SSO) is an important feature that enables users to use one single credential to log in to many applications seamlessly. Besides the pain of creating and remembering a new password, security and the ability to manage employees' identities may be an even more important reason for enterprise customers to use SSO.
Azure Active Directory B2C (AD B2C) is a robust solution for managing customer identities. However, it lacks built-in support for Identity Provider (IdP) Discovery, also known as Home Realm Discovery.
IdP Discovery automatically directs users to the correct identity provider based on their domain. Without it, users have to manually select their IdP from a list. That is not a feasible solution when you have different customers integrating with their private IdP.
In this article, we’ll explore how to overcome this limitation by customizing AD B2C policies and implementing an IdP Discovery flow that improves the sign-in experience for users.
Top comments (0)