Task 2: Configure Your Test User
The Configure Your Test User endpoints perform the following actions:
-
Update (or create) a population.
-
Update (or create) a user.
-
Set the user’s password.
-
Enable MFA for the user.
-
Set an MFA device for the user.
What you’ll do
You will create a new population and user for the device authorization workflow.
-
POST request to create the new population.
-
POST request to create the new user.
-
PUT request to set the user’s password.
|
If you choose to use an alternate test user, be aware that the variables in the Postman collections point to the user ID created in this collection. You must change these values manually either in your Postman environment or in the endpoint’s request body to authenticate the alternate test user. |