Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use omniauthv2-shibboleth for omniauth v2 compat #1934

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem 'devise', '>=4.5.0'
gem 'omniauth', '>=1.2.2'
gem 'omniauth-facebook', '>=2.0.0'
gem 'omniauth-google-oauth2', '>=0.2.5'
gem 'omniauth-shibboleth', '>=1.1.2'
gem 'omniauth-shibboleth-redux', '~> 2.0', require: 'omniauth-shibboleth'

# OAuth2 authentication
gem 'oauth2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ GEM
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
omniauth-shibboleth (1.3.0)
omniauth (>= 1.0.0)
omniauth-shibboleth-redux (2.0.0)
omniauth (>= 2.0.0)
orm_adapter (0.5.0)
overcommit (0.59.1)
childprocess (>= 0.6.3, < 5)
Expand All @@ -272,7 +272,7 @@ GEM
pdf-reader (~> 1.2)
ruby-rc4
ttfunk (~> 1.0.3)
psych (4.0.4)
psych (5.1.0)
stringio
public_suffix (4.0.7)
racc (1.7.0)
Expand Down Expand Up @@ -394,7 +394,7 @@ GEM
sqlite3 (1.5.1-arm64-darwin)
sqlite3 (1.5.1-x86_64-darwin)
sqlite3 (1.5.1-x86_64-linux)
stringio (3.0.2)
stringio (3.0.7)
terser (1.1.11)
execjs (>= 0.3.0, < 3)
thin (1.8.1)
Expand Down Expand Up @@ -478,7 +478,7 @@ DEPENDENCIES
omniauth (>= 1.2.2)
omniauth-facebook (>= 2.0.0)
omniauth-google-oauth2 (>= 0.2.5)
omniauth-shibboleth (>= 1.1.2)
omniauth-shibboleth-redux (~> 2.0)
overcommit
populator (>= 1.0.0)
prawn (= 0.13.0)
Expand Down Expand Up @@ -509,4 +509,4 @@ RUBY VERSION
ruby 2.7.7p221

BUNDLED WITH
2.4.12
2.4.14