Enable proactive renewal of Managed Identity tokens #19213
Labels
Azure.Identity
Blocked
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Intro:
Refreshing the tokens with half lifetime would improve resiliency for clients if there's an ESTS outage while fetching a token.
Acceptance Criteria:
All MSI tokens are refreshed at least half lifetime token request is made after half lifetime
MSI has token lifetime of 24 hours. Refresh the tokens if
refresh_in
is passed from ESTS or at half lifetime ifrefresh_in
isn't passed. For tokens which have lifetime of less than 2 hours, there are no changes to be made.The text was updated successfully, but these errors were encountered: