The type of the email_verified (standard) claim is String. According to the specification [1] it should be boolean.
Example.
"email_verified": "true"
should be:
"email_verified": true
[1] openid.net/specs/openid-connect-core-1_0.html#StandardClaims