Is it possible with Ruby SAML (version 1.16.0) to send a custom attribute (such as the current URL) to the IdP to get in back as part of the response?
Something like
response = OneLogin::RubySaml::Response.new(params[:SAMLResponse], settings: settings)response.my_custom_attribute # => Whatever I sent with my request