diff options
Diffstat (limited to 'bin/idp')
| -rwxr-xr-x | bin/idp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -350,11 +350,11 @@ class IdentityProvider <h2>Sending SAML Response (IdP -> SP)</h2> <textarea readonly="readonly" disabled="disabled" cols=225 rows=40><%=- @builder.build.to_xml(pretty: true) -%></textarea> - <form action="<%= url %>" method="post"> + <form id="postback-form" action="<%= url %>" method="post"> <%- saml_params.each do |(key, value)| -%> <input type="hidden" name="<%= key %>" value="<%= value %>" /> <%- end -%> - <input type="submit" value="Submit" /> + <input id="submit-button" type="submit" value="Submit" /> </form> </body> </html> |
