summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-05-29 10:37:27 +0000
committerDouwe Maan <douwe@gitlab.com>2015-05-29 10:37:27 +0000
commit70b29c3576f646371c3a5bee312b921a3053fb70 (patch)
treea0d7ccb7dbe8cec32de964d15e4ede1f14bea809 /Gemfile
parentaa97325deae515f45c047df3640d7b1f07247038 (diff)
parent22de5443c5c37772e090268ed115b88d12427cc4 (diff)
downloadgitlab-ce-70b29c3576f646371c3a5bee312b921a3053fb70.tar.gz
Merge branch 'feature/saml_support' into 'master'
Add SAML support via Omniauth Split of !669, with doc See merge request !722
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d0fd205a378..35f6b42f879 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +31,7 @@ gem 'omniauth-shibboleth'
gem 'omniauth-kerberos', group: :kerberos
gem 'omniauth-gitlab'
gem 'omniauth-bitbucket'
+gem 'omniauth-saml'
gem 'doorkeeper', '2.1.3'
gem "rack-oauth2", "~> 1.0.5"