I was able to get user idp tokens by using “Get a token manually” process here: https://auth0.com/docs/api/management/v2/tokens#get-a-token-manually
However, when I attempt to follow “Automate the Process” via node.js request module from my terminal or app, https://auth0.com/docs/api/management/v2/tokens#automate-the-process I get an error message as below: { error: ‘unauthorized_client’, error_description: ‘Grant type 'client_credentials' not allowed for the client.’, error_uri: ‘https://auth0.com/docs/clients/client-grant-types’ }
What would be the best way to resolve this error…? Your support would be really appreciated.