+

Search Tips   |   Advanced Search

The <authentication> element of the HTTP adapter

The HTTP adapter can use one of four protocols, and can also contain a server identity.

We can configure the HTTP adapter to use one of four authentication protocols by defining the <authentication> element. We can define this element only within the <connectionPolicy> element. Depending on the authentication protocol that the HTTP adapter uses, among the following ones, define the <authentication> element as follows:


Specify the Server Identity

If the adapter exposes procedures with the attribute connectAs="server", the connection policy can contain a <serverIdentity> element. This feature applies to all authentication schemes, for example:

<authentication>
  <basic/>
  <serverIdentity>
    <username> ${DOMAIN\user} </username>
    <password> ${password} </password>
  </serverIdentity>
</authentication>


Parent topic: The adapter XML File