I have the same problem as specified here : Phone scope does not return phone_number_verified
I have a JWT issued with the following scope
"openid profile email phone offline_access"
When I send it to the “/userinfo” endpoint, I get the following data :
{ sub: 'sms|5c63026850d8324603cc867c',
nickname: '+336080629**', // hidden
name: '+336080629**', // hidden
picture: 'https://cdn.auth0.com/avatars/3.png',
updated_at: '2019-10-23T08:23:09.991Z',
phone_number: '+336080629**' } } // hidden
The field phone_number_verified
is missing, but I really need it. However, the phone is marked as verified in the auth0 dashboard.