Azure / Azure/azure-sdk-for-python
Make user prompt optional on InteractiveBrowserAuthentication
Open
Azure.Identity
customer-reported
feature-request
needs-team-attention
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
Currently the `InteractiveBrowserAuthentication` class always adds `prompt=select_user` to the login URL.
The proposal is to add a `select_user_prompt` parameter to the constructor that defaults to `true`, but allows disabling this behavior.
Contributor guide
Assessment
This issue has not been assessed yet.