POST api/Freedomcare/PostUserSSO_Credentials
Request Information
URI Parameters
None.
Body Parameters
SSO_PostBase64| Name | Description | Type | Additional information |
|---|---|---|---|
| SAMLResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SAMLResponse": "sample string 1"
}
text/html
Sample:
{"SAMLResponse":"sample string 1"}
application/xml, text/xml
Sample:
<SSO_PostBase64 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SAMLResponse>sample string 1</SAMLResponse> </SSO_PostBase64>
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.