react-aad
react-aad copied to clipboard
Able to login without asking for user credentials in unauthenticated state in certain scenerio
Library versions
-
react-aad-msal: 2.3.4 -
msal: 1.2.2
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
In step 3 can you ensure all chrome processes are not showing “ps aef” or “top”.