Closed chuckbjones closed 4 years ago
I was looking for the same thing! Is there still working on this project?
I no longer have access to a CAS server and therefore am no longer fit to maintain this project.
If you would like to volunteer to be a maintainer of this project, please let me know by opening an Issue.
Superseded by #39
The CAS server I'm using declares the
saml
namespace inside the NameID element:Nokogiri only looks for namespace declarations in the root element, then raises an exception when it can't find one that was declared elsewhere. This PR forces Nokogiri to scan the entire xml document for namespaces before accessing any nodes.