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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.11.1 (2026-08-12)
Bugs Fixed
Fixed a replay bug in the challenge authentication policy where a request copy stashed on the shared policy
instance was never cleared, allowing one request's method, URL, and body to leak into a later, unrelated request
made by the same client (for example, after an Entra ID Continuous Access Evaluation challenge). The original
request is now stored per-request instead of on the policy instance. This mirrors the fix already applied to azure-keyvault-keys and azure-keyvault-administration in #47742.