Invalide Id_Token Format for AppleId OpenID claim "email_verfied" currently is of Type String but, it should be Boolean.

The type of the email_verified (standard) claim is STRING. According to the specification [1] it should be BOOLEAN.

Current Example Returned by Apple: "email_verified": "true"

OpenID Standard Should Ve: "email_verified": true

[1]openid.net/specs/openid-connect-core-1_0.html#StandardClaims