Prerequisites

  1. Login to the machine where Access Web is installed as root or as a user with sudo permissions.
  2. Source the Access Web configuration file to set up the environment variables PA_HOME and PA_EXEC:
    source /etc/pbsworks-pa.conf
  3. Edit the ODIC configuration file.
    vi $PA_HOME/config/oidc/config.yaml
  4. Uncomment the line passwordConnector: ssh.
    oauth2:
      skipApprovalScreen: true
      passwordConnector: ssh
  5. Restart Access Web for these changes to take effect by entering the following command:
    systemctl restart pbsworks-pa