Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The login method to use will be dependent on the endpoint in question. Some endpoints also offer token-based resource paths to alleviate the need to provide credentials. 

Basic & NTLM Authentication 

Username

The username to use for basic HTTP or NTLM authentication. Note that the username and password are base64 encoded into a basic authentication HTTP header for the request. 

Password

The password to use which matches the username listed above. 

Access Token as Parameter Authentication

Authentication Parameters Type

The type of parameter to send the access key token as. The valid values of Cookie, Form, Header, and QueryString determine where the authentication parameter will be placed in the request sent. 

Access Token Key Name

The name of the parameter for the token. This can differ from implemenation to implementation of a HTTP service. Check with the service in question as to what the expected parameter name is for the key token. 

Access Token

The access token to use for the service. This should match the access level requrie for the requested service. 

Credentials as Parameters Authentication

Authentication Parameters Type

 

Username Key Name

 

Username

 

Password Key Name

 

Password