Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Able to login without asking for user credentials in unauthenticated state in certain scenerio #259

Open
suhadev opened this issue Aug 2, 2020 · 1 comment

Comments

@suhadev
Copy link

suhadev commented Aug 2, 2020

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:

  1. Logout the application
  2. It will Navigate to microsoft url asking,"Which account Do you want to Sign out of ?"
  3. close the window without choosing an account
  4. Login to application now in a new window. authentication state will be unauthenticated.
  5. 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
@cicorias
Copy link
Collaborator

cicorias commented Aug 2, 2020

In step 3 can you ensure all chrome processes are not showing “ps aef” or “top”.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants