Closed siva-wal closed 2 years ago
Thanks for raising this issue. @siva-wal. It seems like our README contains the wrong information.
If you want to sign your SAML Response, you can pass signed_message: true
option when you generate the SAML response with encode_response
method.
I will fix our README.
README corrected with https://github.com/saml-idp/saml_idp/pull/185 PR
After debugging I am seeing in
lib/saml_idp/configurator.rb
respectivesigned_message
attr_accessor
is missing. Let me your thoughts. I would like to raise PR.