How can I configure Microsoft Entra External ID to redirect users directly to a specific IdP instead of showing the list of all configured IdPs?

Sandeep Gaur 25 Reputation points
2025-05-28T05:14:36.9666667+00:00

I’m using Microsoft Entra External ID and have configured three identity providers (IdPs). Instead of displaying the list of all IdPs for the user to choose from, I want to automatically redirect users to a specific IdP based on certain conditions (e.g., domain, query parameter, or a direct link). Is there a way to achieve this behavior?

Thanks,

Sandeep gaur

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 17,420 Reputation points MVP Moderator
    2025-05-28T06:24:32.17+00:00

    Hello Sandeep, Welcome to MS Q&A

    To automatically redirect users to a specific Identity Provider (IdP) in Microsoft Entra External ID based on certain conditions, you can leverage the authentication flow and conditional access features. Here are some steps you can consider:

    Conditional Access Policies: Use Conditional Access policies to define rules that determine which IdP a user should be redirected to based on specific conditions such as domain or query parameters.

    Direct Sign-On: Configure direct sign-on for federated applications. This allows users to be automatically redirected to the appropriate IdP based on the application's configuration.

    Custom Authentication Flows: Implement custom authentication flows that evaluate the user's context (e.g., domain, query parameters) and redirect them to the appropriate IdP.

    For more detailed guidance, you can refer to the Authentication and Conditional Access for External ID documentation.

    Please check and let us know if any further ques

    Kindly accept answer if it helps

    Thanks

    Deepanshu


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.