Task 1: Configure Your Environment
The environment configuration endpoints perform the following actions:
-
Update (or create) an application.
-
Specify the application’s resource grant.
-
Specify a sign-on policy and define its actions.
-
Define external identity providers.
This workflow uses an OIDC Web application with the application’s type property set to WEB_APP. The Postman collection for this flow references the Web application that you created in Getting Started, Task 3.
What you’ll do
To register a new user, the environment configuration requires a sign-on policy that includes the registration action.
-
POST request to create a new sign-on policy with the registration action
-
POST request to assign the new sign-on policy to the Web application.
|
If you haven’t completed Task 3: Create an SSO workflow, do that first. |
|
If you choose to use an alternate application, be aware that the variables in the Postman collections point to the Task 3 application’s ID. You must change references to the application ID manually either in your Postman environment or in the endpoint’s URL or request body to run the request. |