-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests fail 🙂
@giniouxe There are not circle CI configured. I don't know if we need for this project because we don't update every month. |
That's a lot of work to maintain the diff between this fork and the original repo. |
What was the original reason for forking? (I'm not sure by looking at the commits) |
Quoting @dezande (more or less): The reason was the lack of SAML support. We could possibly get rid of the fork by handling it in the CAS strategy. |
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
@giniouxe Test run well now |
I test with
|
I need the
fetch_raw_info
for read attributes types list (see dlindahl#47).This feature is available in the project dlindahl/omniauth-cas master. I am merging this in this branch.