Task 2: Test the Workflow
The Test the Workflow endpoints perform the following actions:
-
Send an authorization request.
-
Perform any registration 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 registration action. The Postman collections that accompany these flows reference the Web application that you created in the DaVinci Sign-On Flow with PingOne Auth workflow.
What you’ll do
You will send an authorization request to start the registration workflow.
-
POST request to the authorize endpoint.
-
POST request to set the new user’s email address, username, and password.
-
POST request to submit the verification code sent to the new user’s email address.
-
POST request to get the access token.