<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007oKzbPCASOkta Classic EngineAuthenticationAnswered2023-02-23T18:00:46.000Z2022-07-15T15:09:21.000Z2022-07-15T23:33:17.000Z
Debugging Client Credential Flow

I am using the Client Credential Flow RESTful call to generate a token, but am not getting any response and no error. I'm sure there is something wrong with my configuration and/or request but I am at a loss how to troubleshoot. I see nothing in the logs. Any suggestions how to figure out what is wrong with my call?

 

Example:

curl --request POST \

 --url https://$OKTA_DOMAIN/oauth2/$AUTH_SERVER/v1/token \

 --header 'accept: application/json' \

 --header 'authorization: Basic $TOKEN' \

 --header 'cache-control: no-cache' \

 --header 'content-type: application/x-www-form-urlencoded' \

 --data 'grant_type=client_credentials&scope=$SCOPE'

 


This question is closed.
Loading
Debugging Client Credential Flow