We have an auth0 App with an Enterprise Connection for Azure AD configured. The Azure AD has Conditional Access policies in place that only allow logins from so-called managed devices. A managed device in Azure AD is a device that is registered in Azure AD for a specific user. To prove to Azure AD that a login request comes from a managed device, the login has to happen via Microsoft Authenticator App.
So this means, in our React Native mobile app, we would like to have to following login flow:
Mobile App => Login => auth0 Login page => Click on "Login with Azure AD" => Microsoft Authenticator App opens => Satisfy all the conditional access policies => User logged in successfully.
Is this supported by the auth0 react native SDK?