Step 7: Set the sign-on policy as the default

PUT {{apiPath}}/environments/{{destinationEnvID}}/signOnPolicies/{{oidcSignonPolicyID}}

Set the sign-on policy you created as the default for the identity provider in the destination environment. Use a PUT {{apiPath}}/environments/{{destinationEnvID}}/signOnPolicies/{{policyID}} request to set default to true.

  • In the request URL, set {{policyID}} to the UUID of the sign-on policy you created in step 5.

  • In the request body, set default to true.

See Update Sign-On Policy for more information.

Request Body

{"name"=>"Source_Environment_Factor_{{$timestamp}}", "default"=>true}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring