Skip to main content

URL API connection mode parameters


URL API connection mode parameters


When using the URL API, to denote which type of Authentication to use, developers can use the connMode parameter. 

The following values are used for this parameter:
  • Standard = 1
  • LDAP Authentication = 16
  • Database Authentication = 32
  • Guest = 8
  • Windows Authentication = 2
  • Trusted Authentication = 64
  • Integrated Authentication = 128

Comments