You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"When I log in to Microsoft, the mobile app bypasses MFA, while the web requires MFA."
Additional information from Microsoft:
"I have checked the detailed logs of your login attempts through both the browser and the mobile app in the backend and identified the root cause of the issue.
When you log in through the browser, you can access the app you created in Entra ID. However, when you access it via the mobile app, you are not accessing the app you created. Instead, it accesses 00000002-0000-0000-c000-000000000000 to retrieve user identity information for login."
Use the following configuration for Microsoft Identity Provider:
{
Issuer: https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize
Client ID:
Scope: openid profile offline_access user.read
additionalParameters: {prompt: "login" },
redirectUrl:
}
Send a login request from the application.
Attempt to log in using a Microsoft account without MFA enabled.
Issue
"When I log in to Microsoft, the mobile app bypasses MFA, while the web requires MFA."
Additional information from Microsoft:
"I have checked the detailed logs of your login attempts through both the browser and the mobile app in the backend and identified the root cause of the issue.
When you log in through the browser, you can access the app you created in Entra ID. However, when you access it via the mobile app, you are not accessing the app you created. Instead, it accesses 00000002-0000-0000-c000-000000000000 to retrieve user identity information for login."
Use the following configuration for Microsoft Identity Provider:
{
Issuer: https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize
Client ID:
Scope: openid profile offline_access user.read
additionalParameters: {prompt: "login" },
redirectUrl:
}
Send a login request from the application.
Attempt to log in using a Microsoft account without MFA enabled.
Environment
"react-native": "^0.71.11",
"react-native-app-auth": "^6.4.3",
The text was updated successfully, but these errors were encountered: