gerrit-oauth-provider icon indicating copy to clipboard operation
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

Results 43 gerrit-oauth-provider issues
Sort by recently updated
recently updated
newest added

Hello. If user have in github more than one email, and he dont choose on main page one of this email to show, than user would be registered in gerrit...

I used stable-2.16 branch and built gerrit-oauth-provider plugin with bazel, then copied newly generated oauth.jar to plugins dir and re-initialized gerrit. Gerrit version is 2.16.5 On bitbucket side I set...

bug

Hello, Our Gerrit server is running behind [Google Cloud Identity-Aware Proxy](https://cloud.google.com/iap/docs/concepts-overview) and it works well. But the only issue is that a user has to click `Sign In` in Gerrit...

It looks like the compatibility of the plugin is dependent on the version of Gerrit used? So the latest plugin version is 2.14.6.2: https://github.com/davido/gerrit-oauth-provider/releases/tag/v2.14.6.2 and Gerrit 2.14.6: https://www.gerritcodereview.com/releases/2.14.md Despite Gerrit...

Hello, I have the following setup for the Google OAuth plugin on Gerrit. ``` [plugin "gerrit-oauth-provider-google-oauth"] client-id = xxx link-to-existing-openid-accounts = false domain = example1.com use-email-as-username = true ``` This...

not setting it will result in groups being broken when linking one of the oauth methods to ones identity, even when not using that to login to the session. As...

bug

https://github.com/davido/gerrit-oauth-provider/blob/90b66bbf374fe4575b829eb41d940556060fda31/src/main/java/com/googlesource/gerrit/plugins/oauth/GitLabOAuthService.java#L49 Gerrit doesn't need "Full access to GitLab as the user, including read/write on all their groups and projects", it just needs to verify the user exists.

It seems like this should be possible in the API callback to get user information.

help wanted

I'm using Gerrit 2.14.5.1 gerrit-oauth-provider 2.14.3 CAS 5.1.5 [CA Login view](https://goo.gl/DiYWHE) -------------------------------------------------------------------------------------------- Here is my gerrit config for oauth ``` [plugin "gerrit-oauth-provider-cas-oauth"] root-url = http://10.110.219.37/CAS client-id = clientid client-secret =...

This issue is a follow-up to issue #40, and specifically motivated by [this](https://github.com/davido/gerrit-oauth-provider/issues/40#issuecomment-322408228) comment. Background: see the article https://www.2uo.de/myths-about-urandom/ Rather than using the blocking `/dev/random`, Gerrit OAuth should use of...