PingOne Platform APIs

CLIENT_SECRET_POST Flow

For applications that have the tokenEndpointAuthMethod property set to CLIENT_SECRET_POST, you authenticate the token endpoint by setting the application’s client_id and client_secret as properties in the request body.

What you’ll do

You will send an authorization request to start the workflow.

  • POST request to the authorize endpoint.

  • POST request to submit the user’s username and password.

  • POST request to get the access token.