POST api/Viventium/PostUserSSO_Credentials
Request Information
URI Parameters
None.
Body Parameters
SSO_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| RelayState | string |
None. |
|
| SAMLResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RelayState": "sample string 1",
"SAMLResponse": "sample string 2"
}
text/html
Sample:
{"RelayState":"sample string 1","SAMLResponse":"sample string 2"}
application/xml, text/xml
Sample:
<SSO_Request xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SAMLResponse>sample string 2</SAMLResponse> <RelayState>sample string 1</RelayState> </SSO_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RedirectResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Location | URI |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.