Hi tyf, Really Thanks for your response!
I just checked values(they were tick-marked) for Google, Facebook, and Apple in the Auth0 Dashboard. But, it isn’t giving the allowed data. It does not give birth date, phone, and location. And I am using Auth0 dev keys.
Can you please infer the issue, or is it a limitation that such data isn’t available?
<Auth0Provider
domain={auth0Domain}
clientId={auth0ClientId}
redirectUri={originUrl}
authorizationParams={{
redirect_uri: window.location.origin,
audience: https://${auth0Domain}/api/v2/ ,
scope: “openid profile email address phone”
}}