Use the disable operation to disable SSO support in Plesk. You can disable the service only if it is currently started.
A request XML packet disabling SSO support includes the disable operation node:
<packet version="1.5.2.0">
<sso>
<disable/>
</sso>
</packet>
The disable node is required. Data type: none.
The disable node of the output XML packet is presented by type SSODisableOutput (sso.xsd
) and structured as follows:
common.xsd
).
This request packet disables the SSO support on the server.
<packet version="1.5.2.0">
<sso>
<disable/>
</sso>
</packet>
Response:
<packet version="1.5.2.0">
<sso>
<disable>
<result>
<status>ok</status>
</result>
</disable>
</sso>
</packet>