Hello, Im looking for help with the OAUTH 2.0 process.
Trying to Authenticate client credential grant type.
curl -X POST …/oauth/token
-H “Authorization: Basic <Base64(key:secret)>”
-H “Content-Type: application/x-www-form-urlencoded”
-d “grant_type=client_credentials”
is this possible to do?