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.
1 parent 40ee918 commit 3d6e8a3Copy full SHA for 3d6e8a3
1 file changed
README.md
@@ -406,7 +406,7 @@ but it can be done as follows:
406
* Validate the Signature, providing the cert.
407
* Provide the XML to the parse method if the signature was validated
408
409
-```
+```ruby
410
require "xml_security"
411
require "onelogin/ruby-saml/utils"
412
require "onelogin/ruby-saml/idp_metadata_parser"
@@ -440,7 +440,7 @@ if valid
440
else
441
print "Metadata Signarture failed to be verified with the cert provided"
442
end
443
-
+```
444
445
## Retrieving Attributes
446
0 commit comments