PingOne Platform APIs

CLIENT_SECRET_JWT Flow

For applications that have the tokenEndpointAuthMethod property set to CLIENT_SECRET_JWT, you authenticate the token endpoint using a JWT signed by the application’s client secret to authenticate the request.

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.