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 .NET - version 1.14.2
9
+
# Azure Identity client library for .NET - version 1.15.0
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/dotnet/api/azure.core.tokencredential?view=azure-dotnet) implementations that can be used to construct Azure SDK clients that support Microsoft Entra token authentication.
@@ -260,15 +260,15 @@ As of version 1.10.0, accessing resources protected by [Continuous Access Evalua
260
260
* Improve resilience and performance.
261
261
* Reduce the number of requests made to Microsoft Entra ID to obtain access tokens.
262
262
263
-
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-net/blob/Azure.Identity_1.14.2/sdk/identity/Azure.Identity/samples/TokenCache.md).
263
+
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-net/blob/Azure.Identity_1.15.0/sdk/identity/Azure.Identity/samples/TokenCache.md).
264
264
265
265
## Brokered authentication
266
266
267
267
An authentication broker is an app that runs on a user's machine and manages the authentication handshakes and token maintenance for connected accounts. Currently, only Windows is supported via Web Account Manager (WAM). To enable support, use the [Azure.Identity.Broker](https://www.nuget.org/packages/Azure.Identity.Broker) package.
268
268
269
269
## Troubleshooting
270
270
271
-
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.14.2/sdk/identity/Azure.Identity/TROUBLESHOOTING.md).
271
+
See the [troubleshooting guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.15.0/sdk/identity/Azure.Identity/TROUBLESHOOTING.md).
272
272
273
273
### Error handling
274
274
@@ -295,18 +295,18 @@ For more information on handling errors from failed requests to Microsoft Entra
295
295
296
296
### Logging
297
297
298
-
See [Enable and configure logging](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.14.2/sdk/identity/Azure.Identity/TROUBLESHOOTING.md#enable-and-configure-logging).
298
+
See [Enable and configure logging](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.15.0/sdk/identity/Azure.Identity/TROUBLESHOOTING.md#enable-and-configure-logging).
299
299
300
300
### Thread safety
301
301
302
302
We guarantee that all credential instance methods are thread-safe and independent of each other ([guideline](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-service-methods-thread-safety)). This ensures that the recommendation of reusing credential instances is always safe, even across threads.
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.14.2/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Identity_1.15.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
0 commit comments