POST api/Auth/V3/LoginADFS
Login via ADFS throws an HttpResponseException with the status code MethodNotAllowed.
Request Information
URI Parameters
None.
Body Parameters
ADFSLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SamlToken |
Must contain a saml token. |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SamlToken": "sample string 1"
}
application/xml, text/xml
Sample:
<ADFSLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RostarCASWebAPI.Models"> <SamlToken>sample string 1</SamlToken> </ADFSLoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.