Migrating to auth0 while retaining credentials

I currently have an Oauth2 implementation for an application, and I want to migrate all of my clients to auth0. However, I cannot tell the clients to use new credentials or a new access token link. That’s not allowed, and I have no control over it.

My plan is to reroute my current access token endpoint to the auth0 token endpoint. However, I don’t see a clear path for inserting users with their current credentials into my existing auth0 application’s users (there are no conflicts). Surely there’s a migration strategy where client ids and client secrets can be manually specified?

1 Like

Hi @DS911

Thanks for contacting Auth0 Community.

Yes it is possible to create clients in Auth0 using our management API and you can pass client secret in API call. Auth0 Management API v2.

Hope it helps.

Thank you
Jeff

1 Like

Hi @jeff0 - In that linked example, I don’t see a way of specifying the client_id.

1 Like

Hi @DS911

Client ID’s cannot be imported at the moment.

  • What Auth0 Plan you are on?
  • How many clients your app has ?

Thanks
Jeff

1 Like

What Auth0 plan with how many clients do we require in order to be able to specify the client_id?

@jeff0 any advice on what is required to be able to specify the client_id?