Commit 041e852

mo <mo@mokhan.ca>
2017-11-22 00:23:30
sign the assertion and the response.
1 parent af43867
Changed files (1)
saml-kit
lib
saml
saml-kit/lib/saml/kit/response.rb
@@ -109,6 +109,7 @@ module Saml
               end
               xml.Assertion(assertion_options) do
                 xml.Issuer issuer
+                signature.template(reference_id)
                 xml.Subject do
                   xml.NameID user.name_id_for(request.name_id_format), Format: request.name_id_format
                   xml.SubjectConfirmation Method: Namespaces::BEARER do