-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Identity] Documentation updates #32691
Conversation
API change check API changes are not detected in this pull request. |
47ebc09
to
d334f80
Compare
d334f80
to
1340ab4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Change the https://azure.microsoft.com/free/ links to https://azure.microsoft.com/free/python.
This fleshes out WAM/broker related documentation for the identity libraries. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1340ab4
to
2097a1a
Compare
- Added MSA passthrough section - Removed reference to UsernamePasswordBrokerCredential - Updated links and headings Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
2097a1a
to
40f8172
Compare
Thanks, all, for the feedback. Will merge this as I want to get the azure-identity readme doc updated for the Python GA tomorrow. I will add a tidbit about the redirect URI configuration in the broker README in a follow-up PR. |
|
||
![Fail on use another account](./images/MSA2.png) | ||
|
||
Since azure-identity 1.15.0b1, you can set `enable_msa_passthrough`` to `True`, and MSA outlook.com accounts that are logged in to Windows are automatically listed: | ||
When constructing the credential, you can set the `enable_msa_passthrough` keyword argument to `True`, and MSA outlook.com accounts that are logged in to Windows are automatically listed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add in error codes and error names for NativeAuthError
so users will know it's from the broker?
This fleshes out WAM/broker related documentation for the identity libraries.
Ref: #30163