Skip to content
This repository has been archived by the owner. It is now read-only.

JS Quickstart automatically signs me in #22

Closed
BrioLichen opened this issue Jan 15, 2020 · 4 comments
Closed

JS Quickstart automatically signs me in #22

BrioLichen opened this issue Jan 15, 2020 · 4 comments
Assignees

Comments

@BrioLichen
Copy link

I'm trying out the JS quickstart from the portal, but it just logs me in automatically. I don't want to use that account and want to use another. this is not a good experience for the user.

@alaahusseiny
Copy link

@BrioLichen You could add the prompt option in the request options to prompt the user to select the account :

var request = {
    scopes: ["user.read"],
    prompt: 'select_account',
}

You could refer to the documentation about this here : https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-js-prompt-behavior

@jennyf19
Copy link

Thanks @alaahusseiny !

@jennyf19
Copy link

@DarylThayil @sameerag Is this something that should be added automatically in the Quickstart? Or is there a reason why the prompt is not set? thx.

@BrioLichen
Copy link
Author

@alaahusseiny thanks. setting the prompt to select_account worked.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

3 participants