Sha256: 7a5e71aa737778eac109c0ba842ed7ed5539e535e4a7e888a43e6c041e6633aa

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  </head>
  <body onload="document.forms[0].submit();" style="visibility:hidden;">
    <%= form_tag(saml_acs_url) do %>
      <%= hidden_field_tag("SAMLResponse", @saml_response) %>
      <%= hidden_field_tag("RelayState", params[:RelayState]) %>
      <%= submit_tag "Submit" %>
    <% end %>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
saml_idp-0.16.0 spec/rails_app/app/views/saml_idp/idp/saml_post.html.erb
saml_idp-0.15.0 spec/rails_app/app/views/saml_idp/idp/saml_post.html.erb
saml_idp-0.14.0 spec/rails_app/app/views/saml_idp/idp/saml_post.html.erb