Get the default SSO settings
|
GET api/2.0/settings/ssov2/default
|
Returns the default portal SSO settings.
|
Get the SSO settings
|
GET api/2.0/settings/ssov2
|
Returns the current portal SSO settings.
|
Get the SSO settings constants
|
GET api/2.0/settings/ssov2/constants
|
Returns the SSO settings constants.
|
Reset the SSO settings
|
DELETE api/2.0/settings/ssov2
|
Resets the SSO settings of the current portal.
|
Save the SSO settings
|
POST api/2.0/settings/ssov2
|
Saves the SSO settings for the current portal.
|