MS Azure Shared Device Mode with Auth0 Integration

I am using Auth0 for my mobile application. I am currently using the Email/Password and Microsoft Azure Active Directory (Enterprise) connection flow for authentication management. I would like to implement Microsoft Azure Device Mode with Auth0.

Could you please provide guidance on how to achieve this functionality via documentation, a proof of concept and any reference links?

Thank you.

Hello @ronak.kotak,

Welcome to the Auth0 Community!

I assume you are trying to integrate your Auth0 application with the Microsoft’s Entra ID Shared Device Mode (SDM).

Unfortunately this type of implementation does not yet have an out of the box solution for your Auth0 Application from a single login point of view because of authentication type differences. While Auth0 manages an SSO session for the user within the browser view using a cookie, Microsoft’s SDM relies on the Microsoft Authentication Library (MSAL) and for the Microsoft Authenticator app to be installed on the device, which acts as the “broker” that manages the shared session. The problem would be that you cannot initiate the native MSAL/Authenticator SDM flow from the web-based Auth0 Universal Login page.

Therefore there is no direct documentation in Auth0 that outlines specific steps for implementing Microsoft’s SDM feature. However my recommendation would be to create a Product Feedback request since others might be interested in this type of integration as well and upvote your suggestion. All feedback is reviewed closely by our product team and will be considered for potential future implementations.

Thank you!
Best regards,
Remus