diff options
Diffstat (limited to 'samples/OAuthClient/AzureAD.aspx')
-rw-r--r-- | samples/OAuthClient/AzureAD.aspx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/OAuthClient/AzureAD.aspx b/samples/OAuthClient/AzureAD.aspx new file mode 100644 index 0000000..d7da268 --- /dev/null +++ b/samples/OAuthClient/AzureAD.aspx @@ -0,0 +1,17 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AzureAD.aspx.cs" Inherits="OAuthClient.AzureAD" Async="true" %> + +<!DOCTYPE html> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head runat="server"> + <title></title> +</head> +<body> + <form id="form1" runat="server"> + <div> + Welcome, + <asp:Label Text="[name]" ID="nameLabel" runat="server" /> + </div> + </form> +</body> +</html> |