Step 4: Create the sign-on policy action
POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{samlPolicyID}}/actions
The POST /environments/{{envID}}/signOnPolicies/{{policyID}}/actions
operation creates the new sign-on policy action resource. This is associated with the sign-on policy ({{policyID}}
) specified in the request URL.
PingOne supports several sign-on policy action types. This policy action is set to LOGIN
, which prompts for a username and a password.
Request Body
{"priority"=>1, "type"=>"LOGIN"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |