saml-idp / saml_idp

Ruby SAML Identity Provider, best used with Rails (though not required)
MIT License
263 stars 181 forks source link

[FIX#180] undefined metthod signed message #181

Closed sivagollapalli closed 2 years ago

sivagollapalli commented 2 years ago

180

joeyparis commented 2 years ago

For those needing this right now, you can use encode_response(response, {signed_message: true}) as a workaround until this merge request is approved.

Zogoo commented 2 years ago

I'm closing this PR because I have corrected the README (wrong information) https://github.com/saml-idp/saml_idp/pull/185