PingOne Platform APIs

Task 3: Test The Workflow

The Test the Workflow endpoints perform the following actions:

  • Send an authorization request.

  • Perform any sign-on or MFA actions.

  • Return an access token.

The authorization and token endpoints that you’ll call to test the workflow require an application ID and secret to complete the sign-on and MFA actions. The Postman collection that accompanies this flows references the Web application that you created earlier.

What you’ll do

You will send an authorization request to start the transaction approval workflow.

  • POST request to the authorize endpoint.

  • POST request to submit login credentials.

  • POST request to submit the OTP code sent to the user’s email address.

  • POST request to get the access token.