File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
sdk/identity/azure-identity Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33The Azure Identity library provides a set of credential classes for use with
44Azure SDK clients which support Azure Active Directory (AAD) token authentication.
5+ This library does not support Azure Active Directory B2C.
56
67[ Source code] ( https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/azure-identity )
78| [ Package (PyPI)] ( https://pypi.org/project/azure-identity/ )
@@ -224,7 +225,7 @@ client = SecretClient("https://my-vault.vault.azure.net", default_credential)
224225|-|-
225226|[ InteractiveBrowserCredential] [ interactive_cred_ref ] |interactively authenticate a user with the default web browser
226227|[ DeviceCodeCredential] [ device_code_cred_ref ] | interactively authenticate a user on a device with limited UI
227- |[ UsernamePasswordCredential] [ userpass_cred_ref ] | authenticate a user with a username and password
228+ |[ UsernamePasswordCredential] [ userpass_cred_ref ] | authenticate a user with a username and password (does not support multi-factor authentication)
228229
229230### Authenticating via Development Tools
230231
You can’t perform that action at this time.
0 commit comments