SSO Integration with Microsoft Entra ID

Hi there,

May I have a quick question on whether Auth0 supports integration with Microsoft Entra ID? I saw that we have an option to integrate with Azure Directory RMS SSO on the Auth0 Dashboard’s SSO page. Are they the same (assuming that Microsoft Entra ID just changed the name to Azure Directory)? If not, how can I implement SSO for Microsoft Entra ID?

Thank you in advance,

Hung Vo

Hi @hwng

Welcome to the Auth0 Community!

Thank you for posting your question. For SSO with Microsoft Entra ID, use the Enterprise Azure AD connection to connect with Auth0. Here’s a full docs on how to properly set it up → Connect Your App to Microsoft Azure Active Directory

Thanks!
Dawid

1 Like

Thank you, I will check that out and let you know if I have any further question.

Best,

Hung

Integrating that with Microsoft Azure Active Directory (Entra ID) worked! There are quite a few configurations with common endpoint that I might need to play around to actually get multiple tenant (customers) to use the app through a single button on signing in with microsoft.

Furthermore, dumb question if you can tell the difference between what you recommended and this option in dashboard → Application → SSO Integration. Looks like they are both using SSO in principle, is that correct?

Hi there, can you clarify if there is any difference in using SSO integration that way as mentioned above.

Moreover, can you point out for me how we can have users linking different identities, as I am currently having database connection by default, and Azure AD connection right now for SSO for the future use? Hence, the same account can be linked if the user decides to login with the other method of connection as long as they are using the same email.

Currently, one Azure AD connection will have a specific button at the login page, how can I utilize one button for multiple Azure AD connections (if I have more)?

Hope you can help me answer these questions well.