GET api/2.0/settings/ssov2/default This function requires authentication

Description

Returns the default portal SSO settings.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/settings/ssov2/default
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Default SSO settings

Example Response
{
  "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
  }
}