Enabling SSO Service

Use the enable operation to enable SSO support in Plesk. You can enable the service only if it is registered in an IdP.

In this chapter:

Request Packet

Response Packet Structure

Samples

 

Request Packet

A request XML packet enabling SSO support includes the enable operation node:

<packet version="1.5.2.0">
<sso>
   <enable/>
</sso>
</packet>

 

The enable node is required. Data type: none.

 

Response Packet Structure

The enable node of the output XML packet is presented by type SSOEnableOutput (sso.xsd) and structured as follows:

 

 

Samples

This request packet enables the SSO support on the server.

<packet version="1.5.2.0">
<sso>
   <enable/>
</sso>
</packet>

Response:

<packet version="1.5.2.0">
<sso>
   <enable>
      <result>
          <status>ok</status>
      </result>
   </enable>
</sso>
</packet>