<%= form_tag(@saml_acs_url) do %> <%= hidden_field_tag("SAMLResponse", @saml_response) %> <%= submit_tag "Submit" %> <% end %>