Create Sign-On Policy Action (IDENTITY_PROVIDER)

POST {{apiPath}}/environments/{{envID}}/signOnPolicies/{{policyID}}/actions

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Sign-On Policy Action (IDENTITY_PROVIDER).

Request Body

{"type"=>"IDENTITY_PROVIDER", "identityProvider"=>{"id"=>"{{idpID}}"}, "condition"=>{"greater"=>600, "secondsSince"=>"${session.lastSignOn.withAuthenticator.pwd.at}"}, "priority"=>10, "passUserContext"=>true, "registration"=>{"enabled"=>true, "confirmIdentityProviderAttributes"=>true, "population"=>{"id"=>"{{popID}}"}}}