Bulk Import Applications (management.Client resource)

Hello,

Similar to the User Bulk Import API, I am wondering if there is a way to bulk import existing Applications.

I have a bunch of Clients who have client ID’s, secrets, and some data, etc. The secret is bcrypted in my database so I have no way of knowing what the client secret is.

I would like to import these into Auth0 somehow without disruption to these customers, preferably without having to give them a new client secret.

Any pointers here?

Welcome to the Auth0 Community @zachary_hughes !

Looking historically, there were internal discussions on this topic, but unfortunately, it is not supported by default to import custom Client IDs and Client secrets (encoded), neither with the Auth0 dashboard nor with the Management API.

You should be able to specify your own Client secret with the Management API, but Auth0 store them not encoded.

Please let me know if you have any questions on this topic!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.