commit | 31d9b6472c7f29b36cb26f6056cd07d9ba92c282 | [log] [tgz] |
---|---|---|
author | Dag Bertelsen <dag.lennart.bertelsen@storebrand.no> | Fri Nov 20 14:31:14 2020 +0100 |
committer | David Ostrovsky <david.ostrovsky@gmail.com> | Fri Jan 08 19:22:09 2021 +0000 |
tree | 32be4c079abbb1a9d614a9f825fb30fa55d6be10 | |
parent | 92eb31eee83ee52ba8ec84b950aa5f72b933a1bf [diff] |
Rename Office365AuthService to AzureActiveDirectoryService * Running plugin init step will check for previously installed Office365 oauth and if it is found it will ask the user y/n based on the Office365 naming. If no configuration for Office365 where found it will ask to install Azure oauth instead. * Added link-to-existing-office365-accounts to support automatic linking of any old Office365 accounts. Change-Id: I52e8834f5c9bac0c62f5f9b19523341f0e94c874
With this plugin Gerrit can use OAuth2 protocol for authentication. Supported OAuth providers:
See the Wiki what it can do for you.
Prebuilt binary artifacts are available on release page. Make sure to pick the right JAR for your Gerrit version.
To build the plugin with Bazel, install Bazel and run the following:
git clone https://gerrit.googlesource.com/plugins/oauth cd oauth && bazel build oauth
Copy the bazel-bin/oauth.jar
to $gerrit_site/plugins
and re-run init to configure it:
java -jar gerrit.war init -d <site> [...] *** OAuth Authentication Provider *** Use Bitbucket OAuth provider for Gerrit login ? [Y/n]? n Use Google OAuth provider for Gerrit login ? [Y/n]? Application client id : <client-id> Application client secret : confirm password : Link to OpenID accounts? [true]: Use GitHub OAuth provider for Gerrit login ? [Y/n]? n
Make sure to read the FAQ before reporting issues.
Apache License 2.0