Oauth2 plugin sso, how to switch off email verification

That’s one of the issues that needs a code fix. Auth0 used to return and id but now they return a user_id inside of an identities array and you can’t just use the user_id inside of the main hash because it changes depending on which provider they used to login with (auth0, google, Facebook, etc)

2 Likes

A post was merged into an existing topic: How to use Auth0 with the OAuth2 Basic Plugin