Sha256: da22fff1287fd96f8ebac8f77eb60717009e18ae722b2f275236deeae4efd857

Contents?: true

Size: 412 Bytes

Versions: 54

Compression:

Stored size: 412 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", @relay_state) if @relay_state %>
  <%= submit_tag "Submit" %>
<% end %>
</body>
</html>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
saml2-3.1.8 app/views/saml2/http_post.html.erb
saml2-3.1.7 app/views/saml2/http_post.html.erb
saml2-3.1.6 app/views/saml2/http_post.html.erb
saml2-3.1.5 app/views/saml2/http_post.html.erb
saml2-3.1.4 app/views/saml2/http_post.html.erb
saml2-3.1.3 app/views/saml2/http_post.html.erb
saml2-3.1.2 app/views/saml2/http_post.html.erb
saml2-3.1.1 app/views/saml2/http_post.html.erb
saml2-3.1.0 app/views/saml2/http_post.html.erb
saml2-3.0.11 app/views/saml2/http_post.html.erb
saml2-3.0.10 app/views/saml2/http_post.html.erb
saml2-3.0.9 app/views/saml2/http_post.html.erb
saml2-3.0.8 app/views/saml2/http_post.html.erb
saml2-3.0.7 app/views/saml2/http_post.html.erb
saml2-3.0.6 app/views/saml2/http_post.html.erb
saml2-3.0.5 app/views/saml2/http_post.html.erb
saml2-3.0.4 app/views/saml2/http_post.html.erb
saml2-3.0.2 app/views/saml2/http_post.html.erb
saml2-3.0.1 app/views/saml2/http_post.html.erb
saml2-3.0.0 app/views/saml2/http_post.html.erb