diff options
Diffstat (limited to 'bin/ui')
| -rwxr-xr-x | bin/ui | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -388,6 +388,7 @@ class UI <body style="background-color: pink;"> <h2>Received SAML Response</h2> <textarea readonly="readonly" disabled="disabled" cols=220 rows=40><%=- saml_response.to_xml(pretty: true) -%></textarea> + <pre id="saml-response"><%= request.params["SAMLResponse"] %></pre> </body> </html> ERB |
