From f8ec9dd397a1088271766da22ee372a24b64b291 Mon Sep 17 00:00:00 2001 From: Matus Banas Date: Thu, 28 Aug 2014 09:57:30 +0100 Subject: added omniauth-shibboleth gem for shibboleth support added documentation for shibboleth omniauth provider updated changelog --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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 -- cgit v1.2.1