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 confirmation 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 action. The Postman collection that accompanies this flow references the Web application that you created earlier.

What you’ll do

You will send an authorization request to start the login with MFA workflow.

  • POST request to the authorize endpoint.

  • POST request to submit the user’s login credentials.

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

  • POST request to get the access token.