Forum Discussion
domi-b
Aug 12, 2025Copper Contributor
Can External ID (CIAM) federate to an Azure AD/Entra ID tenant using SAML?
What I'm trying to achieve I'm setting up SAML federation FROM my External ID tenant (CIAM) TO a partner's Entra ID tenant (regular organizational tenant) for a hybrid CIAM/B2B setup where: Busine...
yhl
Jul 21, 2026MCT
I used this guide to test and it works correctly.
Add Microsoft Entra ID for customer sign-in - Microsoft Entra External ID | Microsoft Learn
I configured Microsoft Entra ID as my federated identity provider, but it doesn't appear on the sign-in page. What should I check?
Verify that the issuer URI and well-known OpenID configuration endpoint are correctly configured. An incorrect issuer or discovery endpoint prevents the identity provider from appearing during sign-in. Also check that:
- The Microsoft Entra ID tenant is fully configured as a custom OIDC identity provider.
- Required redirect URIs, issuer values, and scopes are present and correct.
- The identity provider is added to the user flow, not just to the tenant.
- Configuration changes have fully propagated. Re-saving or recreating the user flow after configuration changes often resolves this issue.