We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently the InteractiveBrowserAuthentication class always adds prompt=select_user to the login URL.
InteractiveBrowserAuthentication
prompt=select_user
The proposal is to add a select_user_prompt parameter to the constructor that defaults to true, but allows disabling this behavior.
select_user_prompt
true
Status