working SAML

This commit is contained in:
Siwat Sirichai 2025-06-08 17:37:21 +07:00
parent 252dac3143
commit 1c909b7790
273 changed files with 260766 additions and 80 deletions

13
SAML/PostResponse.aspx Normal file
View file

@ -0,0 +1,13 @@
<%@ 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>