Hi Martin Kallukalam,
Thank you for posting your query on Microsoft Q&A.
In Microsoft Entra ID, when federating with an external IdP using OpenID Connect (OIDC), the domain_hint parameter is intended to help direct users efficiently to their federated sign-in page. However, as of now, when used in external tenant OIDC federation flows, the domain_hint parameter does not bypass the Home Realm Discovery (HRD) screen and will not automatically redirect users to the IdP. This differs from SAML federation, where domain_hint works as expected and enables direct redirection to the external IdP’s sign-in page.
This limitation is documented in Microsoft’s current preview support for custom IdPs over OIDC in Entra External ID. It is a known product behavior, and Microsoft is working to improve this experience in future releases.
- Home Realm Discovery (HRD) policies and auto-acceleration settings may influence redirection behavior, but with OIDC, domain_hint currently cannot force direct IdP routing in external tenant scenarios.
- SAML federation continues to support seamless domain_hint-based routing to IdPs.
Please refer to: Home Realm Discovery policy for an application
Please "Accept as Answer" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.