You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

The central configuration of authentication and authorization for the JobScheduler Cockpit is an Apache ShiroTM .ini file.

Configuration File Structure

The authentication and authorization configuration is carried out in a shiro.ini file.

This file is located in the JobScheduler's $SCHEDULER_HOME/joc/jetty_.../resources folder, where $SCHEDULER_HOME is the < CHECK

The shiro.ini file can have up to three sections, depending on the authentication method used:

  • [users]
    • Contains authentication information when Shiro authentication is used.
    • Is not required for other authentication methods.
  • [roles]
    • Contains the permissions assigned to roles.
    • Required for all authentication methods.
  • [main]
    • Required for shiro and database authentication. < CHECK TIMEOUT FOR LDAP

Additional Information

Text to be added ....

  • No labels