Registering Plesk in IdP

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 ...

In this chapter:

Request Packet Structure

Response Packet Structure

Samples

 

Request Packet Structure

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:

 

Response Packet Structure

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

 

 

Samples

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>