diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-10 14:34:44 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-10 14:34:44 -0600 |
| commit | a4292509614b3349c40a432a6492d4d56bc841af (patch) | |
| tree | 20a169a93ea18299d03e630a183ab6019ec039ec /bin/idp | |
| parent | a3a057ba28a14973dc346655d92648bb1fd69209 (diff) | |
test: check the parsed saml response
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> |
