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
Copying much of the existing BearerTokenAuthenticationPolicy but instead parsing out the WWW-Authentication response header to issue a challenge, move the ChallengeBasedAuthenticationPolicy from Key Vault shared source to Azure.Core and make it public.
Relates to #12938, though I was unable to repro that with the change I already made in PR #10673.
The text was updated successfully, but these errors were encountered:
After #18368 merges, I have a branch that refactors ChallengeBasedAuthenticationPolicy with the new BearerTokenChallengeAuthenticationPolicy as its base. Key Vault's requirements for handling the challenge is still specific enough that I think it should remain there.
Copying much of the existing BearerTokenAuthenticationPolicy but instead parsing out the
WWW-Authentication
response header to issue a challenge, move the ChallengeBasedAuthenticationPolicy from Key Vault shared source to Azure.Core and make it public.Relates to #12938, though I was unable to repro that with the change I already made in PR #10673.
The text was updated successfully, but these errors were encountered: