Customers wishing to delegate user authentication to their existing authentication system can expose an API that can be integrated into the viewer.


The API should be XML or JSON(JSON preferred) over HTTP (HTTPS preferred), using HTTP GET methods.


The preferred format is below:


GET request


https://<url>/?user=<username>&password=<password>


The JSON response payload should clearly reflect the user's level of access