Taylohtio/GeneralSSO/GeneralSSO.ClientSample/Default.aspx

25 lines
987 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="GeneralSSO.ClientSample.Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link rel="Stylesheet" type="text/css" href="content/css/styles.css" />
<script type="text/javascript" src="content/scripts/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="content/scripts/jquery.cookie-1.4.0.js"></script>
<script type="text/javascript" src="content/scripts/client.js"></script>
</head>
<body>
<form id="form1" runat="server">
<div>
<input id="btnGetToken" name="btnGetToken" type="button" value="Get token" class="button" />&nbsp;&nbsp;
<input id="btnGetRoles" name="btnGetRoles" type="button" value="Get roles" class="button" /><br /><br />
<div class="status"></div>
<div class="error"></div>
<div id="results"></div>
</div>
</form>
</body>
</html>