Use the enable operation to enable SSO support in Plesk. You can enable the service only if it is registered in an IdP.
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.
The enable node of the output XML packet is presented by type SSOEnableOutput (sso.xsd
) and structured as follows:
common.xsd
).
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>