Commit 69ac9d8

mo <mo@mokhan.ca>
2017-11-22 00:23:30
sign the assertion and the response.
1 parent 99734d6
Changed files (1)
lib
saml
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