summaryrefslogtreecommitdiff
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 235426afa49..a3c2fad41ba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -483,6 +483,8 @@ GEM
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
+ omniauth-oauth2-generic (0.2.2)
+ omniauth-oauth2 (~> 1.0)
omniauth-saml (1.7.0)
omniauth (~> 1.3)
ruby-saml (~> 1.4)
@@ -931,6 +933,7 @@ DEPENDENCIES
omniauth-gitlab (~> 1.0.2)
omniauth-google-oauth2 (~> 0.4.1)
omniauth-kerberos (~> 0.3.0)
+ omniauth-oauth2-generic (~> 0.2.2)
omniauth-saml (~> 1.7.0)
omniauth-shibboleth (~> 1.2.0)
omniauth-twitter (~> 1.2.0)