-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Milestone
Description
Describe the bug
When making a call in the app which requires a new permission, one not initially requested at login. The MSAL dialog pops-up and asks for credentials again, instead of recognizing the already logged-in user.
Need to investigate if new MSAL 4.4.0 release we need to pick-up exhibits this same behavior.
Steps to Reproduce
Steps to reproduce the behavior:
- Go to App.xaml, enter new ClientId (or maybe uninstall sample app?), remove People.Read permission
- Click on Sign-in, Login, and Consent
- Search for a person in the PeoplePicker
- See auth dialog pop-up again, but at login screen instead of permissions screen
Expected behavior
User should be redirected directly to permissions screen as already logged in.