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.
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.