cudreg-saml2/SAML/PostResponse.aspx
2025-06-08 17:37:21 +07:00

13 lines
316 B
Text

<%@ Page Language="VB" AutoEventWireup="true" CodeFile="PostResponse.aspx.vb" Inherits="SAML.PostResponse" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>SAML Response</title>
</head>
<body>
<form id="form1" runat="server">
<div id="result" runat="server"></div>
</form>
</body>
</html>