I\'m using the github oauth plugin for our logins but for all of our users in the Organisation I get an error:
Access Denied
is missing the Ov
This is how I resolved the authentication problem:
Edit config.xml file, e.g.
sudo vi /var/lib/jenkins/config.xml
Change useSecurity element's value to false, e.g.
false
Remove authorizationStrategy block
Restart Jenkins: /etc/init.d/jenkins restart.