Skip to content

Releases: sis-berkeley-edu/omniauth-cas

v2.0.1

18 Nov 06:18
65e67ee

Choose a tag to compare

What's Changed

Updates

  • Pulls in changes from dlindahl/omniauth-cas@4ab8a1c9c3333 and dlindahl#68
  • Updates Ruby version and gem dependencies
  • Updates OmniAuth::Strategies::CAS::SamlTicketValidator to match new contract for v2.0.0 validators, applied spec/testing

Commits

New Contributors

Full Changelog: v1.1.4...v2.0.1

v1.1.4

28 Sep 19:51
86f9f5e

Choose a tag to compare

Updates OmniAuth gem to v2.1.0 to resolve CVE-2015-9284.
Also updates other gem dependencies (Nokogiri, Addressable) to address other security advisories.

Requires that OmniAuth be configured to allow HTTP GET requests for the /auth/cas redirect.

# config/initializers/omniauth.rb

# Add get request as allowed for OmniAuth redirect, disables warning
OmniAuth.config.allowed_request_methods.push(:get)
OmniAuth.config.silence_get_warning = true