REST Service Authentication Type

  • Updated

Sample XML

<Request>
...
  <RuleEngineServiceOptions>
    <Overrides>
      <Override>
        <AuthenticationType>None/Basic/NTLM/Kerberos/Custom</AuthenticationType>
        <Name>endpoint name</Name>
        <OverrideType>RestServiceAuthenticationType</OverrideType>
            <RestServiceDomain>domain</RestServiceDomain>
        <RestServicePassword>password</RestServicePassword>
        <RestServiceUserName>userName</RestServiceUserName>
      </Override>
    </Overrides>
  ...
  </RuleEngineServiceOptions>
...
</Request>

Sample JSON

{
"RuleEngineServiceOptions":{
      "Overrides":[
{
   "AuthenticationType": "None/Basic/NTLM/Kerberos/Custom",
   "Name": "endpoint name",
   "OverrideType": "RestServiceAuthenticationType",
   "RestServiceDomain": "domain",
   "RestServicePassword": "password",
   "RestServiceUserName": "userName"
}]
}
}

 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.