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
I tried to implement this but am experiencing an unusual issue where my IdP (JumpCloud) returns email_verified as a string instead of a bool. As a result, I get the following error:
Failed to get userinfo: oidc: failed to decode userinfo: json: cannot unmarshal string into Go struct field UserInfo.email_verified of type bool
The text was updated successfully, but these errors were encountered:
I tried to implement this but am experiencing an unusual issue where my IdP (JumpCloud) returns email_verified as a string instead of a bool. As a result, I get the following error:
Failed to get userinfo: oidc: failed to decode userinfo: json: cannot unmarshal string into Go struct field UserInfo.email_verified of type bool
The text was updated successfully, but these errors were encountered: