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
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
We are looking for an option to a get new token for each request.
Currently, if a token is issued and there are any further requests to get token till the time first token is valid, we are getting the same token that was issued earlier.
var authResult = new DefaultAzureCredential(true).GetToken(new TokenRequestContext(
new[] { "https://storage.azure.com/.default" }));
We are looking for an option to a get new token for each request.
Currently, if a token is issued and there are any further requests to get token till the time first token is valid, we are getting the same token that was issued earlier.
We are using
Azure.Identity Version=1.5.0.0
Microsoft.Azure.Storage.Common, Version=11.2.3.0
The text was updated successfully, but these errors were encountered: