Skip to content

Usage@Sign in

Jan Tomášek edited this page Sep 26, 2024 · 3 revisions
  • ARCLib manages the authorization in its own database.

  • Authentication is done in LDAP or in local DB, according to the configuration.

  • User signs in using their LDAP credentials or local username/password.

If the user already exists in a system after sign in he sees the data and menu corresponding to his role and producer (for example user with producer A can't see data of producer B)

If the user is new to the ARCLib system and LDAP auth is enabled, user account without roles is created and other users with appropriate permission has to assign the producer and roles to the new user in Users section.

  • The authorization tokens at back end are renewed automatically with the keep alive service called from the front end.

Clone this wiki locally