Machine to Machine tokens for many users

Hello,

My API uses tokens for authentication across all of our endpoints. I need to be able to provide a user of the API with a token programmatically. I need to be able to attach an identifier to the token than will uniquely identify the user of said token for internal object security.

Is this possible with Auth0’s machine to machine tokens? Is this possible with Auth0 at all? If so any guidance on how to set that up and interact with it would be greatly appreciated.

Thanks in advance!

Hi @sam13,

Welcome to the Auth0 Community!

Are you setting up a sort of developer dashboard? If so, you might want to look into Dynamic Application Registration.

This feature allows you to dynamically create client credentials for third parties so they can request tokens and use your APIs. It’s not a turn key solution, you would need to create the dashboard and UI for your users/developer.

Hope this helps!

1 Like

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