Use the restore-default-idp operation to replace the default IdP URL with the IdP URL given to Plesk after its registration in IdP.
A request XML packet restoring the default IdP URL includes the restore-default-idp operation node:
<packet version="1.5.2.0">
<sso>
<restore-default-idp/>
</sso>
</packet>
The restore-default-idp node is required. Data type: none.
The restore-default-idp node of the output XML packet is presented by type SSORestoreDefaultRelayOutput (sso.xsd
) and structured as follows:
common.xsd
).
The packet that restores the default IdP URL can look as follows:
<packet version="1.5.2.0">
<sso>
<restore-default-idp/>
</sso>
</packet>
Response:
<packet version="1.5.2.0">
<sso>
<restore-default-idp>
<result>
<status>ok</status>
</result>
</restore-default-idp>
</sso>
</packet>