<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rafael Caviquioli</title>
    <description>The latest articles on DEV Community by Rafael Caviquioli (@rafaelcaviquioli).</description>
    <link>https://dev.to/rafaelcaviquioli</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F200328%2Fd4b22ce6-2d21-48d1-ac12-ad12039a90cf.png</url>
      <title>DEV Community: Rafael Caviquioli</title>
      <link>https://dev.to/rafaelcaviquioli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafaelcaviquioli"/>
    <language>en</language>
    <item>
      <title>How to Implement IdP Discovery in Azure AD B2C</title>
      <dc:creator>Rafael Caviquioli</dc:creator>
      <pubDate>Mon, 10 Feb 2025 16:26:21 +0000</pubDate>
      <link>https://dev.to/rafaelcaviquioli/how-to-implement-idp-discovery-in-azure-ad-b2c-3684</link>
      <guid>https://dev.to/rafaelcaviquioli/how-to-implement-idp-discovery-in-azure-ad-b2c-3684</guid>
      <description>&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@rafaelcaviquioli/how-to-implement-idp-discovery-in-azure-ad-b2c-07bdf5e33d69" rel="noopener noreferrer"&gt;Read the full article at Medium&lt;/a&gt;&lt;/p&gt;

</description>
      <category>adb2c</category>
      <category>openidconnect</category>
      <category>oauth</category>
      <category>ciam</category>
    </item>
  </channel>
</rss>
