We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61d09d0 + b40edbf commit 3ed4da3Copy full SHA for 3ed4da3
lib/onelogin/ruby-saml/response.rb
@@ -828,7 +828,7 @@ def validate_signature
828
# otherwise, review if the decrypted assertion contains a signature
829
sig_elements = REXML::XPath.match(
830
document,
831
- "/p:Response[@ID=$id]/ds:Signature]",
+ "/p:Response[@ID=$id]/ds:Signature",
832
{ "p" => PROTOCOL, "ds" => DSIG },
833
{ 'id' => document.signed_element_id }
834
)
0 commit comments