Use the PUT /sp/defaultUrls
endpoint to update the SP Default URLs. Enter values that affect the user’s experience when executing SP-initiated SSO operations.
Code | Reason |
---|---|
200 | Default URL updated. |
400 | The request was improperly formatted or contained invalid fields. |
403 | PingFederate does not have its SP role enabled. Operation not available. |
422 | Validation error(s) occurred. |
SpDefaultUrls
- SP Default URLs.
Property | Type | Description |
---|---|---|
confirmSlo | boolean | Determines whether the user is prompted to confirm Single Logout (SLO). The default is false. |
sloSuccessUrl | string | Provide the default URL you would like to send the user to when Single Logout (SLO) has succeeded. |
ssoSuccessUrl | string | Provide the default URL you would like to send the user to when Single Sign On (SSO) has succeeded. |