Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatus Banas <matus.banas@heanet.ie>2014-08-28 12:57:30 +0400
committerMatus Banas <matus.banas@heanet.ie>2014-09-10 01:16:05 +0400
commitf8ec9dd397a1088271766da22ee372a24b64b291 (patch)
tree1fdac77c04b84f527c386cc2d6bc9a555eb9af65 /Gemfile
parent6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff)
added omniauth-shibboleth gem for shibboleth support
added documentation for shibboleth omniauth provider updated changelog
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 15854af4ed2..6a0c318474e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -27,6 +27,7 @@ gem 'omniauth', "~> 1.1.3"
gem 'omniauth-google-oauth2'
gem 'omniauth-twitter'
gem 'omniauth-github'
+gem 'omniauth-shibboleth'
# Extracting information from a git repository
# Provide access to Gitlab::Git library