User management with auth0 and strapi

Hi,

I’m currently working on an web app with Nextjs and Strapi.
My app has account login/create function for users with next/auth but i want to go on with auth0 services.

Here is my problem, all my app work with users registered in strapi because there is relations between my user collection type and other one and I would like to know if, when creating user with auth0 and strapi connected, does will the "auth0 user " appear in my strapi user and if it’s gonna work as the same as without auth0 (keeping the same relation to others) or if it is configurable.

thank’s in advance for answer ! :slightly_smiling_face:

Mathias

I have the same question, I’ve set up the Auth0 provider in my Strapi application. I access the http://localhost:1337/api/connect/auth0, the auth0 login form appears I logged in, however, users are not being registered in the Strapi User on Strapi Database

Has anyone gotten any further information regarding this? I’m looking to setup a NextJS, Strapi, and Auth0 configuration. I want to know the best way to add users and have them automatically provisioned in Strapi.