Skip to content

Commit e81ac03

Browse files
authored
Update azure-identity readme (Azure#17320)
1 parent f9769f2 commit e81ac03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The Azure Identity library provides a set of credential classes for use with
44
Azure 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

0 commit comments

Comments
 (0)