Earlybyte / aad_oauth

Flutter Azure Active Directory OAuth Package
https://pub.dev/packages/aad_oauth
MIT License
92 stars 179 forks source link

Web force login #276

Open NeilPotot-Xam opened 8 months ago

NeilPotot-Xam commented 8 months ago

Is there a way to do always show the login prompt in web?

I added login under prompt field but it just doesn't seem working.

I'm expecting that if login prompt is provided, it should force the login pop-up.

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you still think this issue is needed, reopen it again.

LeoBound commented 4 months ago

I have the same problem. I was expecting to be able to force the account selection screen with prompt=select_account but this didn't do anything and my web app logs straight into the previous account (even if I try and force a logout first).

The options are here.