GitHub OAuth
Configure github-oauth-plugin
Basic configuration of the GitHub Authentication plugin
sample-configuration
jenkins:
securityRealm:
github:
githubWebUri: "https://github.com"
githubApiUri: "https://api.github.com"
clientID: "someId"
clientSecret: "${GITHUB_SECRET}"
oauthScopes: "read:org,user:email"