Use the register operation to register Plesk in a specific IdP.
Note: To change the IdP URL, use the set-branded-idp operation. For details, refer to ...
A request XML packet registering Plesk in a specific IdP includes the register operation node:
<packet version="1.5.2.0">
<sso>
<register>
...
</register>
</sso>
</packet>
The register node is presented by type SSORegisterInput (sso.xsd
), and its graphical representation is as follows:
The register node of the output XML packet is presented by type SSORegisterOutput (sso.xsd
) and structured as follows:
common.xsd
).
This request packet registering Plesk in the IdP service located at http://example.com:11443/.
<packet version="1.5.2.0">
<sso>
<register>
<idp-url>aHR0cDovL2V4YW1wbGUuY29tOjExNDQzLw==</idp-url>
</register>
</sso>
</packet>
Response:
<packet version="1.5.2.0">
<sso>
<register>
<result>
<status>ok</status>
</result>
</register>
</sso>
</packet>