Skip to content

Instantly share code, notes, and snippets.

@nordineb
Created September 13, 2022 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nordineb/de9d0d70d172beaefbffa053bfe60f30 to your computer and use it in GitHub Desktop.
Save nordineb/de9d0d70d172beaefbffa053bfe60f30 to your computer and use it in GitHub Desktop.
Client Credentials

Client Credentials

curl --location \
--request POST 'https://myidp.mydomain.com/oauth/token' \
--header 'Content-Type: application/json'  \
-d '{"audience":"audience_I_need","grant_type":"client_credentials","client_id":"xxx","client_secret":"secret123"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment