Testing Sign in With Apple results in cannot unmarshal string into Go struct field UserInfo.email_verified of type bool
when requesting email scope
#840
Labels
bug
This points to a verified bug in the code
Checklist
Description
When testing client and using an
Apple
social provider and requesting the scopesopenid,profile,email
, The browser login succeeds, but in the CLI I receive an errorIf I do not request the scope
email
the process suceeds and returns userinfo, an access token and id token.I have tested sucessfuly tested the same client using both a Google Connection and Auth0 Username/Password Database connection while requesting the scopes
openid,profile,email
Expectation
To be returned an access token, an id token and userinfo relating to the
email
scope (eg email, email_verified)Reproduction
auth0 test login --scopes openid,profile,email
and using the Apple Social ConnectionAuth0 CLI version
1.0.1
The text was updated successfully, but these errors were encountered: