Azure / Microsoft.Azure.StackExchangeRedis

Azure-specific wrapper for the StackExchange.Redis client library
MIT License
17 stars 14 forks source link

Configurable audiences in client #60

Closed KirilNN closed 2 weeks ago

KirilNN commented 3 months ago

Hello everybody,

In the current implementation of the client there is a hardcoded claim for the AcquireTokenForManagedIdentity flow, in case someone would like to reuse the client with our own version of Redis implementation in Azure and still leveraging Microsoft Managed Identity, it would be nice to be able to override the claim or add custom ones. Would you be open to accepting such contribution to the codebase?

philon-msft commented 1 month ago

Thanks for the suggestion @KirilNN Please take a look at PR #67

philon-msft commented 2 weeks ago

The AzureCacheOptions.Scope field is now available in v3.2.0