summaryrefslogtreecommitdiff
path: root/bin/ui
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-25 09:51:32 -0600
committermo khan <mo@mokhan.ca>2025-03-25 09:51:32 -0600
commit0704a779e5a20611bb8ee685a0dcdc1bebe74ba9 (patch)
treeff3d136c49888be9c48ede137d2d1e516729921d /bin/ui
parentc866f5e8fe3d3d5fd311711bfc07d23ecfec3cd1 (diff)
feat: exchange saml assertion for an access token
Diffstat (limited to 'bin/ui')
-rwxr-xr-xbin/ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ui b/bin/ui
index 894f9a6..8dab9df 100755
--- a/bin/ui
+++ b/bin/ui
@@ -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