Skip to content

Commit b64cfdd

Browse files
authored
We don't support sni cert for aio. Remove the doc. (#35475)
* We don't support sni cert for aio. Remove the doc. * update readme
1 parent dcf9d90 commit b64cfdd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ variables:
294294
|`AZURE_TENANT_ID`|ID of the application's Microsoft Entra tenant|X
295295
|`AZURE_CLIENT_CERTIFICATE_PATH`|path to a PEM or PKCS12 certificate file including private key|X
296296
|`AZURE_CLIENT_CERTIFICATE_PASSWORD`|password of the certificate file, if any|
297-
|`AZURE_CLIENT_SEND_CERTIFICATE_CHAIN`|if True, the credential will send the public certificate chain in the x5c header of each token request's JWT. This is required for Subject Name/Issuer (SNI) authentication. Defaults to False.|
297+
|`AZURE_CLIENT_SEND_CERTIFICATE_CHAIN`|if True, the credential will send the public certificate chain in the x5c header of each token request's JWT. This is required for Subject Name/Issuer (SNI) authentication. Defaults to False. There is a [known limitation](https://github.com/Azure/azure-sdk-for-python/issues/13349) that async SNI authentication is not supported.|
298298

299299
### Username and password
300300

sdk/identity/azure-identity/azure/identity/aio/_credentials/environment.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class EnvironmentCredential(AsyncContextManager):
3636
- **AZURE_CLIENT_ID**: the service principal's client ID
3737
- **AZURE_CLIENT_CERTIFICATE_PATH**: path to a PEM or PKCS12 certificate file including the private key.
3838
- **AZURE_CLIENT_CERTIFICATE_PASSWORD**: (optional) password of the certificate file, if any.
39-
- **AZURE_CLIENT_SEND_CERTIFICATE_CHAIN**: (optional) If True, the credential will send the public certificate
40-
chain in the x5c header of each token request's JWT. This is required for Subject Name/Issuer (SNI)
41-
authentication. Defaults to False.
4239
- **AZURE_AUTHORITY_HOST**: authority of a Microsoft Entra endpoint, for example
4340
"login.microsoftonline.com", the authority for Azure Public Cloud, which is the default
4441
when no value is given.

0 commit comments

Comments
 (0)