2

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.

Error Message

Santhi Bharath
  • 2,818
  • 3
  • 28
  • 42

1 Answers1

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

Community
  • 1
  • 1
Hans Z.
  • 50,496
  • 12
  • 102
  • 115