lib/saml/kit/builders/templates/xml_signature.builder in saml-kit-0.2.13 vs lib/saml/kit/builders/templates/xml_signature.builder in saml-kit-0.2.14
- old
+ new
@@ -12,9 +12,9 @@
end
end
xml.SignatureValue ""
xml.KeyInfo do
xml.X509Data do
- xml.X509Certificate x509_certificate
+ xml.X509Certificate certificate.stripped
end
end
end