RED always needs a user login to obtain the keys for end-to-end encryption. For some use cases however a manual user login would disrupt the process flow. Therefore RED provides an automatic login if login parameter are included in the browser URL.

For an automatic URL the user credentials required for login (alias of tenant, alias of user, password) are added to the system URL, separated by slashes. The user credentials equal the credentials used for manual login.

https://redclient.redmedical.de/redclient/index.html#/login/<tenantAlias>/<userAlias>/<password>

Note: Exposing the user credentials will be a security issue, protection measures must be put in place.


After successful login further actions may be excuted automatically. In order to trigger the execution of a given action an additional action parameter must be added to the URL.

https://redclient.redmedical.de/redclient/index.html#/login/<tenantAlias>/<userAlias>/<password>/<action>


Currently available actions:


  • No labels