Configure a Progressive Profiling Form Sign-On Action

Number of APIs: 18

  1. Step 8: Create a progressive profiling form POST {{apiPath}}/environments/{{envID}}/forms

  2. Step 9: Create the progressive profile form sign-on policy action POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{profileFormPolicyID}}/actions

  3. Step 10: Assign the sign-on policy to an application POST {{apiPath}}/environments/{{envID}}/applications/{{ProfileFormAppID}}/signOnPolicyAssignments

  4. Step 11: Create a population for profile form users POST {{apiPath}}/environments/{{envID}}/populations

  5. Step 12: Create user POST {{apiPath}}/environments/{{envID}}/users

  6. Step 13: Set user password PUT {{apiPath}}/environments/{{envID}}/users/{{ProfileFormUserID}}/password

  7. Step 14: Send an authorization request GET {{authPath}}/{{envID}}/as/authorize?response_type=code&client_id={{ProfileFormAppID}}&redirect_uri=https://www.google.com

  8. Step 15: Get the flow GET {{authPath}}/{{envID}}/flows/{{flowID}}

  9. Step 17: Profile form submit POST {{authPath}}/{{envID}}/flows/{{flowID}}

  10. Step 18: Call the resume endpoint GET {{authPath}}/{{envID}}/as/resume?flowId={{flowID}}