Skip to content

Conversation

@redconfetti
Copy link

dlindahl and others added 25 commits November 18, 2023 01:31
(Travis doesn't have Ruby 2.3 yet)
- Drop unsupported Rubies
- Add Ruby 2.3.1 (Travis/RVM needs an exact version for 2.3 for some
  reason)
Forwards the XML response received from CASAuth to the fetch_raw_info
callback, which now accepts five arguments (cas, options, ticket, user
info, and the raw response). Developers who override fetch_raw_info with
a Proc are unaffected -- the new argument is silently discarded -- but
developers who use a Lambda will need to update their code.
Requires updating webmock; see: bblimke/webmock#683
Also uses https where possible
Response body in Rack 2 is returned as an array instead of a
`Rack::BodyProxy` object. This change allows specs to succeed with both
Rack 1.x and 2.x versions.
Also improves Travis CI configuration by specifying `dist`, `os`, and
`language` parameters
OmniAuth v2 converts all GET requests to POST requests by default
with CSRF protection.

Closes dlindahl#62
…ator. Adds #success_body loading in OmniAuth::Strategies::CAS::SamlTicketValidator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

6 participants