Authenticate all users with Google OAuth 2.0. To use this plugin, you must obtain OAuth 2.0 credentials from the Google Developers Console.
Steps:
  1. Login to the Google Developers Console
  2. Create a new project
  3. Under APIs & Auth -> Credentials, Create a new 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 into the fields below.