The ldapauth web method is used to authenticate the client to the Launcher/i Server, that is configured to use LDAP authentication. This method is reachable at the following URL: https://localhost:9090/launcher/ldapauth. The POST request made to this service method should contain a JSON message in the body with the Active Directory username and password. Here is an example:
POST /launcher/ldapauth HTTP/1.1
Host: localhost:9090
Content-Type: application/JSON
Cache-Control: no-cache
{ "ldapauth": {
"id":"1", "username":"john",
"password":"secretpassword" } }