-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Closed
Copy link
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Description
Symptom
Due to the removal of kwargs when calling acquire_token_silent_with_error (#16323 (comment)), it is now impossible to pass force_refresh through get_token to MSAL's acquire_token_silent_with_error.
Impact
-
This makes the proposed solution for CAE of using
force_refresh=Trueorexclude=old_atimpossible (Revoked ATs are returned after re-login AzureAD/microsoft-authentication-library-for-python#335 (comment)). -
This makes
az account get-access-token --force-refreshimpossible ([Feature Request] Support--force-refreshinaz account get-access-tokenazure-cli#17578).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Azure.IdentityClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.