data: {
error: 'unauthorized_client',
error_description: "Grant type 'client_credentials' not allowed for the client.",
error_uri: 'https://auth0.com/docs/clients/client-grant-types'
}
To use the client_credentials grant with your application, first you need to enable it for the application.
You can enable the client_credentials grant for your application by navigating to Applications → Select Your Application → Settings → Advanced Settings (bottom of the page) → Grant Types
Hi supun,
To use the client_credentials grant with your application, first you need to enable it for the application.
You can enable the client_credentials grant for your application by navigating to Applications → Select Your Application → Settings → Advanced Settings (bottom of the page) → Grant Types
for this we cant do every time for every time created applications. Is their any settings to do manually enable grant types in advance settings.
please response soon!!!
I’m afraid, there’s no Dashboard UI setting available to pre-set the enabled grant types for newly created applications. However, if you use the Auth0 Management API to create applications, you can set the enabled grant types at the time of application creation.