Skip to content

Commit 4ff5a17

Browse files
authored
Remove username and password env vars from README (Azure#48626)
1 parent c09d77d commit 4ff5a17

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sdk/identity/Azure.Identity/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,6 @@ Not all credentials require this configuration. Credentials that authenticate th
227227
|`AZURE_CLIENT_CERTIFICATE_PASSWORD`|(optional) the password protecting the certificate file (currently only supported for PFX (PKCS12) certificates)
228228
|`AZURE_CLIENT_SEND_CERTIFICATE_CHAIN`|(optional) send certificate chain in x5c header to support subject name / issuer based authentication
229229

230-
### Username and password
231-
232-
|Variable name|Value
233-
|-|-
234-
|`AZURE_CLIENT_ID`|ID of a Microsoft Entra application
235-
|`AZURE_TENANT_ID`|ID of the application's Microsoft Entra tenant
236-
|`AZURE_USERNAME`|a username (usually an email address)
237-
|`AZURE_PASSWORD`|that user's password
238-
239230
### Workload identity (`DefaultAzureCredential`)
240231

241232
|Variable name|Value

0 commit comments

Comments
 (0)