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
The broker base64url-encodes tokens for binary safety, but the discovery
handler was passing the encoded token directly to the OIDC validator.
This caused "malformed jwt" errors since the validator expected a raw JWT.
Add base64url decoding in discovery handler to match the policy handler
behavior. Update tests to use properly encoded tokens.
0 commit comments