summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJoe Marty <jmarty@iexposure.com>2017-02-07 14:43:08 -0600
committerJoe Marty <jmarty@iexposure.com>2017-02-13 12:54:57 -0600
commit93d4234efa43dea4165a8b0b87c51eb7d6131f28 (patch)
tree3428a3a70d9a687822a878feb79818c287b94885 /Gemfile
parent49e44d88b90939ece219e2cffc11119854306bd9 (diff)
downloadgitlab-ce-93d4234efa43dea4165a8b0b87c51eb7d6131f28.tar.gz
Add omniauth-oauth2-generic strategy
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 79433b12823..0060f122512 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,6 +29,7 @@ gem 'omniauth-github', '~> 1.1.1'
gem 'omniauth-gitlab', '~> 1.0.2'
gem 'omniauth-google-oauth2', '~> 0.4.1'
gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos
+gem 'omniauth-oauth2-generic', '~> 0.2.2'
gem 'omniauth-saml', '~> 1.7.0'
gem 'omniauth-shibboleth', '~> 1.2.0'
gem 'omniauth-twitter', '~> 1.2.0'