Client credentials
Client credentials authentication requires you provide a and pair directly to the application. This option is straightforward and enables the quickest path to setup for the tool. To configure client credentials authentication, set the the following fields in your configuration file:Private key JWT
Private key JWT authentication requires you configure a private key for the application and a public key for the remote tenant. This option is ideal if do not want to store credentials remotely on Auth0. To configure private key authentication, set the following fields in your configuration file:Access token
Access token authentication requires you provide an Auth0 directly to the application. This option puts more responsibility on developers but can enable flexible and specific workflows when necessary. To configure access token authentication, pass a Management API Auth0 access token through theAUTH0_ACCESS_TOKEN environment variable.