POST Create SSO Config
Creates a SSO Config on the Secure Proxy Configuration Manager.
With the createSsoConfig method, you can create a SSO Config on the IBM Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
POST |
SSO Config |
/sspcmrest/sspcm/rest/ssoConfig/createSsoConfig |
Creates a new SSO Config on the Secure Proxy Configuration Manager. |
Create SSO Config request
| Parameter | Description |
|---|---|
XML |
The XML corresponding to creating a new SSO Config definition within Secure Proxy Configuration Manager. |
HTTP SSO Config request
The following example shows the HTTP request:
POST https://localhost:8443/sspcmrest/sspcm/rest/ssoConfig/createSsoConfig
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a SSO Config
XML SSO Config response
The following example shows the XML response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<XmlResponse>
<httpCode>200</httpCode>
<httpStatus>OK</httpStatus>
<action>None</action>
<message>ssoConfigDef MySSOConfig1 created.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>