How do I let a user generate an API token for programmatic access to my website?

As a developer, I can connect to different websites and generate an API Token. This allows me to call the website through code instead of as an interactive user.

What is the best way for me to provide this API access to my website (that uses Auth0)? Ideally, tenant editors (Settings - Tenant Members - Add Member as “Editor - Users”) would be able to create a token for programmatic access just like they can create a user and assign permissions.

Since that is not an option, what is the best alternative?

Hi @bill-s,

Welcome to the Auth0 Community!

You are referring to a Third Party Application. Auth0 does not support API keys but instead follows Oauth2’s solution, Client Credentials.

Here is a doc that explains it from a high level:

With that said, there isn’t a turn-key feature for what you describe, and you will have to provide most of the framework for your developer-customers. Let me know if you have questions.

1 Like

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