Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Scope' rewritten

...

Excerpt

Three methods of user authentication - Shiro, LDAP and Database - and user authorization can be implemented for the JobScheduler JOC Cockpit. A general description of the authentication and authorization is presented in the JOC Cockpit - Authentication and Authorization article. This article describes the configuration required to implement each of the three authentication methods as well as user authorization. This configuration information is held in an Apache ShiroTM .ini file and is used not only by the JOC Cockpit but also by the JobScheduler Web Services API.

Scope

This article describes the configuration of user authentication and authorization by directly editing the shiro.ini file. The JOC Cockpit provides an a configuration editor for the configuration of authentication and user authorization, which is described in the JOC Cockpit - Managing Authentication and Authorization for User Accounts article. Note that some direct configuration of the shiro.ini file is required with both LDAP and Database authentication methods

Configuration File Structure

...