Entra access token authentication policies such as BearerTokenAuthenticationPolicy
should respect refresh_on
information
#43836
Labels
Azure.Core
Azure.Identity
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Milestone
Long lived credentials such as those received from managed identity authentication include additional metadata concerning when a token can/should be refreshed. Our authentication policies should take this information into account when refreshing access tokens.
This involves:
AccessToken
type to include this optional informationAccessToken
The text was updated successfully, but these errors were encountered: