cudreg-saml2/Security/SamlCallback.aspx
2025-06-09 00:20:27 +07:00

13 lines
No EOL
325 B
Text

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