gerrit-oauth-provider
gerrit-oauth-provider copied to clipboard
OAuth2 authentication provider for Gerrit Code Review. Please upload changes for review to: https://gerrit-review.googlesource.com/#/admin/projects/plugins/oauth
See http://oauth.net/articles/authentication/ for the full rationale. Basically, this plugin should support [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html). Google authentication actually [is OpenID Connect](https://developers.google.com/identity/protocols/OpenIDConnect); this plugin should do the additional work of validating the ID...
I mentioned on config's doc, only Google Oauth support domain feature. https://github.com/davido/gerrit-oauth-provider/blob/master/src/main/resources/Documentation/config.md Is there any plan to have domain support the Github Oauth? It would be great if the "domain"...
Hi, After sign out and sign back in i'm receiving 'Server Error'. It happened after the google oauth2 authentication. Thanks :)
We have a gerrit instance running 2.9.4 where our users are currently authenticating using Yahoo OpenID. We would like to switch to using google OAuth. I've tested migration of our...
I installed gerrit and the oauth plugin and tried to login and it failed when my account had in the full name non english (hebrew) letters setup : gerrit 2.11.1,...
I installed the plugin following the build instructions from the README. I created the google project and obtained the proper API id and secret. Yest starting gerrit produces the following...
- gerrit 2.11 - Add OAuth provider -> Lost admin group, my identitty is "untrusted" solution: I had to add ``` [auth] allowedOpenID = ^.*$ trustedOpenID = ^.*$ ``` to...
I updgrae from old gerrit version to gerrit-2.11, download from gerrit official website. The plugin download from release page. My gerrit use Hybrid OpenID+OAuth method, and also set `trustedOpenID=^.*$`, it...
My Gerrit Server runing in China, When I use Google OAuth 2.0 login. Can't connection remote server, becasue Chinese GFW block google service... I set a proxy config and work...
Hi, we are trying to move away from SSH and HTTP-password-based authentication to OAuth for git operations. Are there any plans to support OAuth-token authentication for Git-over-HTTP? Based on #84,...