-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to ask Microsoft credentials on subsequent logins? #124
Comments
Hi Marco, please check out the sample app. If I logout there and then click login again - I'm always asked for credentials! |
Hi, i see in the example "azureAuth.webAuth.clearSession()" but at the next login not ask me credentials (test on ios emulator and android device) |
Have you tested with sample app or with you own only? |
It happens to me too, and I think that it is related to the other issue I opened. It doesn't ask for the credentials again because the clearSession doesn't actually resolve the logout. At least not on real devices. |
facing same issue, tested on real and emulator both android and ios. |
@vmurin I confirm, not even works for me requires credentials with the sample app. this is my code, very simple:
I tried both with and without "persistCache" and "closeOnLoad" |
@vmurin I literally just cloned the sample app, changed the clientId and the bundle identifier to have the callback url to work. It doesn't log me out 😔 |
I have just tested the sample app on the real device (Samsung S10). It works as intended. It asks me for credentials every time I click login button!!! So my suggestion - there is something with the app registration... |
You can add |
Hi all, is there a way to "clear the cache" so that on subsequent logins it asks me for my microsoft credentials in the webview?
I tried "clearSession", but the next time I log in it doesn't ask me for credentials
The text was updated successfully, but these errors were encountered: