You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking item to investigate and test all scenarios before doing the switch from SignInInteractively -> AcquireTokenInteractively
If you knew the account is in WAM and am able to rehydrate the account, please do call AcquireTokenInteractively instead of SignInInteractively. We don’t want to show any unnecessary prompt to the user.
Background :
When the account is not the default OS Account or when no login_hint is passed then we call the SIgnInInteractivelyAsync API, Now you get prompted to let windows remember the account for further sign-ins. Choosing to remember. WAM goes through this registration process.
Expected : With that message “Windows will remember the account”, I’d expect the UI is not shown when I pass the login_hint for subsequent calls. But instead the UI is always thrown requesting to enter password.
Suggested Fix : Call AcquireTokenInteractively instead of SignInInteractively
The text was updated successfully, but these errors were encountered:
This is more likely a bug and not a feature request, as I believe the legacy WAM has this functionality.
gladjohn
changed the title
[Feature Request] Call AcquireTokenInteractively instead of SignInInteractively
[Bug] Call AcquireTokenInteractively instead of SignInInteractively
Jul 5, 2022
Tracking item to investigate and test all scenarios before doing the switch from SignInInteractively -> AcquireTokenInteractively
If you knew the account is in WAM and am able to rehydrate the account, please do call AcquireTokenInteractively instead of SignInInteractively. We don’t want to show any unnecessary prompt to the user.
Background :
When the account is not the default OS Account or when no login_hint is passed then we call the SIgnInInteractivelyAsync API, Now you get prompted to let windows remember the account for further sign-ins. Choosing to remember. WAM goes through this registration process.
Expected : With that message “Windows will remember the account”, I’d expect the UI is not shown when I pass the login_hint for subsequent calls. But instead the UI is always thrown requesting to enter password.
Suggested Fix : Call AcquireTokenInteractively instead of SignInInteractively
The text was updated successfully, but these errors were encountered: