Saves the SSO settings for the current portal.
Name | Description | Type | Example |
SerializeSettings
sent in body
|
Serialized SSO settings | string | some text |
POST api/2.0/settings/ssov2 Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "SerializeSettings": "some text" }
SSO settings
{ "status": 0, "response": { "EnableSso": true, "IdpSettings": { "EntityId": "some text", "SsoUrl": "some text", "SsoBinding": "some text", "SloUrl": "some text", "SloBinding": "some text", "NameIdFormat": "some text" }, "IdpCertificateAdvanced": { "VerifyAlgorithm": "some text", "VerifyAuthResponsesSign": true, "VerifyLogoutRequestsSign": true, "VerifyLogoutResponsesSign": true, "DecryptAlgorithm": "some text", "DecryptAssertions": true }, "SpLoginLabel": "some text", "SpCertificateAdvanced": { "SigningAlgorithm": "some text", "SignAuthRequests": true, "SignLogoutRequests": true, "SignLogoutResponses": true, "EncryptAlgorithm": "some text", "DecryptAlgorithm": "some text", "EncryptAssertions": true }, "HideAuthPage": true } }