You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Identity client library for Java - version 1.16.2
9
+
# Azure Identity client library for Java - version 1.16.3
10
10
11
11
12
12
The Azure Identity library provides [Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/whatis) ([formerly Azure Active Directory](https://learn.microsoft.com/entra/fundamentals/new-name)) token authentication support across the Azure SDK. It provides a set of [TokenCredential](https://learn.microsoft.com/java/api/com.azure.core.credential.tokencredential?view=azure-java-stable) implementations that can be used to construct Azure SDK clients that support Microsoft Entra token authentication.
Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.2/sdk/boms/azure-sdk-bom/README.md).
22
+
Include the `azure-sdk-bom` in your project to take a dependency on the stable version of the library. In the following snippet, replace the `{bom_version_to_target}` placeholder with the version number. To learn more about the BOM, see the [Azure SDK BOM README](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.3/sdk/boms/azure-sdk-bom/README.md).
23
23
24
24
```xml
25
25
<dependencyManagement>
@@ -183,7 +183,7 @@ The [Managed identity authentication](https://learn.microsoft.com/entra/identity
**Note:** Use `azure-identity` version `1.7.0` or later to utilize [token caching](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.2/sdk/identity/azure-identity/TOKEN_CACHING.md) support for managed identity authentication.
186
+
**Note:** Use `azure-identity` version `1.7.0` or later to utilize [token caching](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.3/sdk/identity/azure-identity/TOKEN_CACHING.md) support for managed identity authentication.
187
187
188
188
### Examples
189
189
@@ -365,7 +365,7 @@ Token caching is a feature provided by the Azure Identity library that allows ap
365
365
- Improve resilience and performance.
366
366
- Reduce the number of requests made to Microsoft Entra ID to obtain access tokens.
367
367
368
-
The Azure Identity library offers both in-memory and persistent disk caching. For more information, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.2/sdk/identity/azure-identity/TOKEN_CACHING.md).
368
+
The Azure Identity library offers both in-memory and persistent disk caching. For more information, see the [token caching documentation](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.3/sdk/identity/azure-identity/TOKEN_CACHING.md).
369
369
370
370
## Brokered authentication
371
371
@@ -377,7 +377,7 @@ Credentials raise exceptions when they fail to authenticate or can't execute aut
377
377
378
378
When credentials can't execute authentication due to one of the underlying resources required by the credential being unavailable on the machine, the `CredentialUnavailableException` is raised. The exception has a `message` attribute that describes why the credential is unavailable for authentication execution. When `ChainedTokenCredential` raises this exception, the message collects error messages from each credential in the chain.
379
379
380
-
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.2/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
380
+
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-java/blob/azure-identity_1.16.3/sdk/identity/azure-identity/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
381
381
382
382
## Next steps
383
383
@@ -394,9 +394,9 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
394
394
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
0 commit comments