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