Describe the bug
ISingleAccountPublicClientApplication.signOut doesn't clear the token even though it seems to succeed when app runs under MS Managed Home Screen and Kiosk mode. Next time app starts, the token is still available (through ISingleAccountPublicClientApplication.acquireTokenSilentAsync)
When app is not in kiosk mode, it behaves correctly.
Smartphone (please complete the following information):
- Device: Samsung A53
- Android Version: 16
- Browser: N/A
- MSAL Version: 8.2.0
- Managed Home Screen 2.2.0.108880
To Reproduce
Run app under MS Managed Home Screen in Kiosk mode, authenticate and then try to sign out.
I can't reproduce it myself as this happens to the client and I don't have access to their network. Will try to collect more data. Interesting enough, app has no problem authenticating. Its just token clearing that doesn't work for a reason or another.
Expected behavior
After successful sign out, token should be cleared.
Actual Behavior
After successful sign out ISingleAccountPublicClientApplication.acquireTokenSilentAsync stil returns a valid token.
Describe the bug
ISingleAccountPublicClientApplication.signOutdoesn't clear the token even though it seems to succeed when app runs under MS Managed Home Screen and Kiosk mode. Next time app starts, the token is still available (throughISingleAccountPublicClientApplication.acquireTokenSilentAsync)When app is not in kiosk mode, it behaves correctly.
Smartphone (please complete the following information):
To Reproduce
Run app under MS Managed Home Screen in Kiosk mode, authenticate and then try to sign out.
I can't reproduce it myself as this happens to the client and I don't have access to their network. Will try to collect more data. Interesting enough, app has no problem authenticating. Its just token clearing that doesn't work for a reason or another.
Expected behavior
After successful sign out, token should be cleared.
Actual Behavior
After successful sign out
ISingleAccountPublicClientApplication.acquireTokenSilentAsyncstil returns a valid token.