Support for Jenkins installations w/ Github OAuth Plugin
elloboblanco opened this issue · 9 comments
My repo utilizes Github OAuth. Can you support this in the future? https://wiki.jenkins-ci.org/display/JENKINS/Github+OAuth+Plugin
+1 on that!
Anybody would be willing to pick this up?
+1, is there a workaround to sign in on the app?
I'd love this too, I noticed at the authentication section the subtext Or API token. Maybe there is something possible there? On GitHub you can also login using your regular username and the API token as password which works around two-factor auth.
edit: Well that was easy, it already "just works (tm)"
The API token is available in your personal configuration page. Click your name on the top right corner on every page, then click "Configure" to see your API token. (The URL $root/me/configure is a good shortcut.) You can also change your API token from here.
(source: https://wiki.jenkins-ci.org/display/JENKINS/Authenticating+scripted+clients)
Might be nice to make this more user friendly by adding the ability to scan a QR-code so you don't have to send the API-key using unsecure channels or type it over yourself (and typing it wrong the first 20 times ;))
Thanks @dsbaars, even knowing where to find the API token is handy, I'm logged in now.
So what is the workaround for using it with github auth enabled?
What @dsbaars said. Just use the API token in place of the password.
+1