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:

  • smcbstatus: this action checks the PIN status of all SMC-B cards in all available TI card terminals. Available card terminals are set up in Erlkönig - Telematik-Infrastruktur. If the remote-pin function (see Erlkönig - Cherry ST1506 Remote-PIN) has been activated for a card terminal the PIN update will be triggered automatically if PIN status is not verified.


  • No labels