Jenkins plugin to use the Phabricator OAuth server.
It's very experimental and needs review and a lot of improvements.
Jenkins plugin to use the Phabricator OAuth server.
It's very experimental and needs review and a lot of improvements.
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
86044fede3f1 | aubort | Check for empty username | Apr 28 2017 | ||||
ae3b22a37c9f | D131 | aubort | Fix job completion bug | Jan 19 2017 | |||
62207421eec9 | aubort | Jenkins oauth: Check for empty username and set password (not used->oauth only) | Oct 10 2016 | ||||
e81c2001495f | aubort | Jenkins oauth: Check for email and username | Oct 10 2016 | ||||
135bd9c73982 | aubort | jenkins oauth: remove whoami scope, it's not needed anymore | Oct 10 2016 | ||||
6ffc3d25711b | aubort | Add beta warning (mainly to test jenkins job ;)) | Oct 7 2016 | ||||
009168ca83e2 | aubort | Build instructions | Aug 16 2016 | ||||
bd7bc636f533 | aubort | Add log | Mar 7 2016 | ||||
01790a8f5afc | aubort | Merge branch 'master' of ssh://c4science.ch:2222/diffusion/C/phab-oauth-jenkins | Feb 23 2016 | ||||
79ae57f95714 | aubort | uneeded slash | Feb 23 2016 | ||||
8c01736fdefd | aubort | Properly add authorities | Feb 22 2016 | ||||
5b333899d38a | aubort | Autoindent from eclipse | Feb 18 2016 | ||||
e01530c561a1 | aubort | remove cert check: it doesnt work yet | Feb 18 2016 | ||||
c3f026073c06 | aubort | Add needed authorities | Feb 17 2016 | ||||
cea2e56dfb6b | aubort | Add user details and make the plugin work | Feb 17 2016 |
The Phabricator OAuth plugin provides a means of securing a Jenkins instance by offloading authentication and authorization to Phabricator. The plugin authenticates by using the [Phabricator OAuth server][https://secure.phabricator.com/book/phabcontrib/article/using_oauthserver/].
It's a beta state.