Can you try changing the scope to include ['openid', 'profile', 'email']
? Not including openid
in the scopes can really trip up Auth0, so the advice is to always include at least that.
Can you try changing the scope to include ['openid', 'profile', 'email']
? Not including openid
in the scopes can really trip up Auth0, so the advice is to always include at least that.