-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Describe the bug
I have used the sample code from this repository (singleAccount example).
Added the hash key in AndroidManifest.xml and auth_config.
The application builds successfully.
Login with my email and credentials works fine.
After successful login, it redirects back to the app as expected.
Smartphone (please complete the following information):
- Device: Vivo y53s and Android Emulater
- Android Version:
- Browser: No
- MSAL Version:6.+
To Reproduce
Steps to reproduce the behavior:
- Clone this repo.
- Run the singleAccount example.
- Add hash key in AndroidManifest.xml and auth_config.
- Build and run on Android device.
- Login using credentials that require MFA in web flow.
- Observe that the login succeeds and token is returned, but MFA screen never appears.
- Screenshots / Logs:(Attach screenshot of token screen here)
Environment:
Repository sample: singleAccount example
Additional context:
MFA works as expected on web login.
The issue is only in the Android app flow.
Expected behavior
A clear and concise description of what you expected to happen.
Actual Behavior
A description of what actually happened.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Please note: Do not include sensitive information like PII, OII, credentials, secrets, and tokens.
For privacy/security issues please see instructions here