Fix omniauth (SAML/CAS) sign-in routes not having CSRF protection (#15228)
This commit is contained in:
parent
13206fcfb8
commit
13b07b88f1
3 changed files with 6 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -44,6 +44,7 @@ gem 'net-ldap', '~> 0.16'
|
|||
gem 'omniauth-cas', '~> 2.0'
|
||||
gem 'omniauth-saml', '~> 1.10'
|
||||
gem 'omniauth', '~> 1.9'
|
||||
gem 'omniauth-rails_csrf_protection', '~> 0.1'
|
||||
|
||||
gem 'color_diff', '~> 0.1'
|
||||
gem 'discard', '~> 1.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue