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/Login.aspx Normal file
View file

@ -0,0 +1,13 @@
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Login.aspx.vb" Inherits="SAML.Login" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title>Login with ADFS</title>
</head>
<body>
<form id="form1" runat="server">
<asp:Button ID="btnLogin" runat="server" Text="Login with ADFS" OnClick="btnLogin_Click" />
</form>
</body>
</html>