A LDAP authentication (Active Directory) is necessary for the connection between the client application and the Webservices server. It is done by using the open method.
Into the “C:\Program Files (x86)\LAUNCHER XPRESS\REST_GATEWAY\configs\authorizedUsers.xml” file, it is necessary to specify the domain name on which are running the Webservices server and the LDAP server (Active Directory) :
<?xml version="1.0" encoding="UTF-8" standalone="no"?><authentication>
<!-- authentication_mode : "ldap" for Active Directory -->
<authentication_mode>ldap</authentication_mode>
<ldap>
<domain>aura.fr</domain>
</ldap>
</authentication>
The LDAP authentification be used:
o for communication between the client application and the webservices server