client_id
and client_secret
) and then authorized in one call.
For non-interactive applications or services to authentication, you must select a client grant, or authentication flow. The Client Credentials Flow does not require human interaction and is best suited for M2M applications.
client_id
and client_secret
in a call to the Authentication API token endpoint to get an access token. This access token permits access to your protected API.
The default profile, or format, is the Auth0 token profile associated with two token profiles. You can choose to change the token profile to RFC 9068. To learn more, read Access Token Profiles. To verify the token is valid, your API will check the Signing Algorithms. The default is RSA256, a key-based algorithm.
/oauth/token
endpoint should be similar to the sample below:
/authorize
endpoint to request access tokens.
console.log
output and other exceptions. If you are using Auth0 Actions or other custom logic, you can use this extension to debug and troubleshoot. To learn more about installation and configuration, read Real-time Webtask Logs Extension.