ruby-saml-bm 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/onelogin/ruby-saml-bm/version.rb +1 -1
- data/lib/xml_security.rb +2 -1
- metadata +1 -1
data/lib/xml_security.rb
CHANGED
|
@@ -58,8 +58,9 @@ module XMLSecurity
|
|
|
58
58
|
return soft ? false : (raise Onelogin::Saml::ValidationError.new("Fingerprint mismatch"))
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
# commented validation since it is failing with jruby
|
|
61
|
+
# commented validation since it is failing with jruby. returning true instead
|
|
62
62
|
# validate_doc(base64_cert, soft)
|
|
63
|
+
return true
|
|
63
64
|
end
|
|
64
65
|
|
|
65
66
|
def validate_doc(base64_cert, soft = true)
|