From d1cc042fa5fe6449c6c2c8f6418e3487af5774f8 Mon Sep 17 00:00:00 2001 From: boontifex <patrick.weber@hrz.tu-chemnitz.de> Date: Tue, 27 Jun 2023 08:08:35 +0000 Subject: [PATCH] Fix for omniauth-shibboleth strategy Added `require: 'omniauth-shibboleth'` to omniauth-shibboleth-redux line in Gemfile Changelog: fixed --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f0b33c5dd0e77..e49bbfca43226 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem 'omniauth-gitlab', '~> 4.0.0', path: 'vendor/gems/omniauth-gitlab' # See ven gem 'omniauth-google-oauth2', '~> 1.1' gem 'omniauth-oauth2-generic', '~> 0.2.2' gem 'omniauth-saml', '~> 2.1.0' -gem 'omniauth-shibboleth-redux', '~> 2.0' +gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth' gem 'omniauth-twitter', '~> 1.4' gem 'omniauth_crowd', '~> 2.4.0', path: 'vendor/gems/omniauth_crowd' # See vendor/gems/omniauth_crowd/README.md gem 'omniauth_openid_connect', '~> 0.6.1' -- GitLab