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
Update SimulateTokenRequest test helper to enable returning mocked responses when GetToken is called on an underlying credential type that doesn't match the input credential #5803
This case shows up when a credential type like AzurePipelinesCredential or WorkloadIdentityCredential defers the GetToken call to another credential (ClientAssertionCredential) rather than doing the work directly.
This case shows up when a credential type like AzurePipelinesCredential or WorkloadIdentityCredential defers the GetToken call to another credential (ClientAssertionCredential) rather than doing the work directly.
See #5802 (comment)