Azure / Microsoft.Azure.StackExchangeRedis

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

Authentication with System Assigned Identity not working #34

Closed devesh1207 closed 1 year ago

devesh1207 commented 1 year ago

I am getting this error when using authentication with system managed identity:

    "message": "Method not found: 'Microsoft.Identity.Client.ManagedIdentityApplicationBuilder Microsoft.Identity.Client.ManagedIdentityApplicationBuilder.Create(System.String)'."

I even downgraded the Microsoft.Identity.Client to version 4.53.0

philon-msft commented 1 year ago

The new release v2.0.0 uses the latest Microsoft.Identity.Client package. Please give it a try and let us know if you still see any issues.