Currently i am using OpenID 2.0 to authenticate Jenkins. But Now OpenID 2.0 stopped and it is asking to migrate OpenId connect. can anybody help me to resolve this issue.
Asked
Active
Viewed 1,997 times
1 Answers
2
You can use an OpenID Connect plugin in to Jenkins, see: https://wiki.jenkins-ci.org/display/JENKINS/Google+Login+Plugin, or put a reverse proxy in front of Jenkins that handles OpenID Connect, see: https://github.com/pingidentity/mod_auth_openidc. Both options are also described in the answers provided for: Google authentication for Gerrit and Jenkins