@azure/identity 4.7.1-alpha.20250306.2 → 4.7.1-alpha.20250307.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -13
- package/package.json +1 -1
package/README.md
CHANGED
@@ -285,7 +285,7 @@ Not all credentials require this configuration. Credentials that authenticate th
|
|
285
285
|
|
286
286
|
`DefaultAzureCredential` and `EnvironmentCredential` can be configured with environment variables. Each type of authentication requires values for specific variables.
|
287
287
|
|
288
|
-
|
288
|
+
### Service principal with secret
|
289
289
|
|
290
290
|
| Variable name | Value |
|
291
291
|
| --------------------- | ---------------------------------------------- |
|
@@ -293,7 +293,7 @@ Not all credentials require this configuration. Credentials that authenticate th
|
|
293
293
|
| `AZURE_TENANT_ID` | ID of the application's Microsoft Entra tenant |
|
294
294
|
| `AZURE_CLIENT_SECRET` | one of the application's client secrets |
|
295
295
|
|
296
|
-
|
296
|
+
### Service principal with certificate
|
297
297
|
|
298
298
|
| Variable name | Value |
|
299
299
|
|---------------------------------------|--------------------------------------------------------------|
|
@@ -303,17 +303,6 @@ Not all credentials require this configuration. Credentials that authenticate th
|
|
303
303
|
| `AZURE_CLIENT_CERTIFICATE_PASSWORD` | (optional) password of the certificate file, if any |
|
304
304
|
| `AZURE_CLIENT_SEND_CERTIFICATE_CHAIN` | (optional) send certificate chain in x5c header to support subject name / issuer-based authentication |
|
305
305
|
|
306
|
-
#### Username and password
|
307
|
-
|
308
|
-
> **Warning**: Username and password authentication doesn't support multifactor authentication and is **deprecated**. For more details, see [Planning for mandatory multifactor authentication](https://aka.ms/azsdk/identity/mfa).
|
309
|
-
|
310
|
-
| Variable name | Value |
|
311
|
-
| ----------------- | ---------------------------------------------- |
|
312
|
-
| `AZURE_CLIENT_ID` | ID of a Microsoft Entra application |
|
313
|
-
| `AZURE_TENANT_ID` | ID of the application's Microsoft Entra tenant |
|
314
|
-
| `AZURE_USERNAME` | a username (usually an email address) |
|
315
|
-
| `AZURE_PASSWORD` | that user's password |
|
316
|
-
|
317
306
|
Configuration is attempted in the preceding order. For example, if values for a client secret and certificate are both present, the client secret is used.
|
318
307
|
|
319
308
|
## Continuous Access Evaluation
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/identity",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "4.7.1-alpha.
|
4
|
+
"version": "4.7.1-alpha.20250307.2",
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
|
6
6
|
"main": "./dist/commonjs/index.js",
|
7
7
|
"module": "./dist/esm/index.js",
|