2.1.1 Implicit authorization - method OS

The simplest method of authorization by the XML bridge is to use data given by the user when logging into the system. Communication library then only needs to receive the instruction and it will do the rest. From the point of view of a user of the XML bridge this means:

1) after receiving the request for authorization check whether the library offers the method OS and if yes then;

2) send instruction: <auth Method="OS"/>;

3) wait for the reply: <auth Method="OS" Status="OK"/>.

If the reply contains attribute Status with value OK then it means that the XML bridge has been successfully authorized with the system credentials. Any different value of the Status attribute means that access was denied.