Configure a Progressive Profiling Form Sign-On Action
Number of APIs: 18
-
Step 8: Create a progressive profiling form POST {{apiPath}}/environments/{{envID}}/forms
-
Step 9: Create the progressive profile form sign-on policy action POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{profileFormPolicyID}}/actions
-
Step 10: Assign the sign-on policy to an application POST {{apiPath}}/environments/{{envID}}/applications/{{ProfileFormAppID}}/signOnPolicyAssignments
-
Step 11: Create a population for profile form users POST {{apiPath}}/environments/{{envID}}/populations
-
Step 12: Create user POST {{apiPath}}/environments/{{envID}}/users
-
Step 13: Set user password PUT {{apiPath}}/environments/{{envID}}/users/{{ProfileFormUserID}}/password
-
Step 14: Send an authorization request GET {{authPath}}/{{envID}}/as/authorize?response_type=code&client_id={{ProfileFormAppID}}&redirect_uri=https://www.google.com
-
Step 15: Get the flow GET {{authPath}}/{{envID}}/flows/{{flowID}}
-
Step 17: Profile form submit POST {{authPath}}/{{envID}}/flows/{{flowID}}
-
Step 18: Call the resume endpoint GET {{authPath}}/{{envID}}/as/resume?flowId={{flowID}}