We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7e2d2 commit 4dde1a3Copy full SHA for 4dde1a3
spec/rails_app/app/views/saml_idp/idp/saml_post.html.erb
@@ -5,10 +5,10 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6
</head>
7
<body onload="document.forms[0].submit();" style="visibility:hidden;">
8
- <%= form_tag(saml_acs_url) do %>
+ <form action="<%= saml_acs_url %>" method="post">
9
<%= hidden_field_tag("SAMLResponse", @saml_response) %>
10
<%= hidden_field_tag("RelayState", params[:RelayState]) %>
11
<%= submit_tag "Submit" %>
12
- <% end %>
+ </form>
13
</body>
14
</html>
0 commit comments