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
When running v0.24.0-beta.1, my IdP (JumpCloud) returns the email_verified field as a string instead of a boolean. This results in a decoding error when attempting to log in.
Error Message failed to decode ID token claims: json: cannot unmarshal string into Go struct field OIDCClaims.email_verified of type bool
Expected Behavior
The application should handle email_verified as either a string ("true"/"false") or a boolean (true/false) to accommodate differences in IdP implementations.
Steps To Reproduce
Configure JumpCloud as the IdP.
Attempt to log in using v0.24.0-beta.1.
Observe the error during the ID token decoding step.
Is this a support request?
Is there an existing issue for this?
Current Behavior
When running v0.24.0-beta.1, my IdP (JumpCloud) returns the email_verified field as a string instead of a boolean. This results in a decoding error when attempting to log in.
Error Message
failed to decode ID token claims: json: cannot unmarshal string into Go struct field OIDCClaims.email_verified of type bool
Expected Behavior
The application should handle email_verified as either a string ("true"/"false") or a boolean (true/false) to accommodate differences in IdP implementations.
Steps To Reproduce
Environment
Runtime environment
Anything else?
JumpCloud JWT Decoded
The text was updated successfully, but these errors were encountered: