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
As an at-least-temporary solution for #28648, we should offer preview support for proper AD FS challenge authentication via Key Vault SDK parsing.
Most likely, this would be a check to see if the tenant ID we parse from a challenge response is "adfs" (or anything that's not a GUID). If this is the case, we should skip providing a tenant ID to our token request to avoid the error described in the linked issue.