Entra access token authentication policies such as BearerTokenAuthenticationPolicy
should respect refresh_on
information
#5598
Labels
BearerTokenAuthenticationPolicy
should respect refresh_on
information
#5598
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: