Client credentials missing from custom action

Hello @khemiri2000 welcome to the community!

Judging by the error, you need to enable the client credentials grant type for the application (event.secret.clientId) being utilized - You can enable it by navigating to the application in your dashboard → advanced settings → grant types:

it is asking me to set token endpoint auth to anything but “None”, and again I am lost trying to find it

What type of application are you using? It will say underneath the name of the application if you navigate to it in your dashboard.

I am using a single page application

Thanks for clarifying! You should be using an M2M application to instantiate the ManagementClient:

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