Skip to content

A Jenkins plugin which lets you login to Jenkins with your Google account.

License

Notifications You must be signed in to change notification settings

jenkinsci/google-login-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Login Plugin

Jenkins Plugin

A Jenkins plugin which lets you login to Jenkins with your Google account. Also allows you to restrict access to accounts in a given Google Apps domain.

To use this plugin, you must obtain OAuth 2.0 credentials from the Google Developers Console. These don't need to belong to a special account, or even one associated with the domain you want to restrict logins to.

Instructions to create the Client ID and Secret:

  1. Login to the Google Developers Console
  2. Create a new project
  3. Under APIs & Services -> Credentials, Create credentials, OAuth client ID
  4. The application type should be "Web Application"
  5. The authorized redirect URLs should contain ${JENKINS_ROOT_URL}/securityRealm/finishLogin
  6. Enter the created Client ID and secret in the Security Realm Configuration

Version history

For recent versions see GitHub releases, for versions prior to 1.5 see the changelog.

About

A Jenkins plugin which lets you login to Jenkins with your Google account.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • HTML 2.9%