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
Describe the bug
when authentication state is unauthenticated, in some scenerio triggering login function, the application logs in without asking for user credentials.
Expected behavior
Whenever Authentication state is unauthenticated, triggering the login function should ask for user credentials.
To Reproduce
Steps to reproduce the behavior:
Logout the application
It will Navigate to microsoft url asking,"Which account Do you want to Sign out of ?"
close the window without choosing an account
Login to application now in a new window. authentication state will be unauthenticated.
The application logs in without asking for credentials.
Desktop (please complete the following information):
OS: Ubuntu (18.04)
Browser : Chrome
Version : 77.0.3865.90
The text was updated successfully, but these errors were encountered:
Library versions
react-aad-msal
: 2.3.4msal
: 1.2.2Describe the bug
when authentication state is unauthenticated, in some scenerio triggering login function, the application logs in without asking for user credentials.
Expected behavior
Whenever Authentication state is unauthenticated, triggering the login function should ask for user credentials.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: