Skip to content

Instantly share code, notes, and snippets.

@jzheaux
Created January 30, 2020 01:16
Show Gist options
  • Save jzheaux/18f32257c66a02f95c6f0f9243a913ae to your computer and use it in GitHub Desktop.
Save jzheaux/18f32257c66a02f95c6f0f9243a913ae to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>
CAS – Central Authentication Service
</title>
<link rel="stylesheet" href="/cas/css/cas.css;jsessionid=87E6BE2CB2CBBABE11ADE476163190EB"/>
<link rel="icon" href="/cas/favicon.ico;jsessionid=87E6BE2CB2CBBABE11ADE476163190EB" type="image/x-icon"/>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" type="text/javascript"></script>
<![endif]--> </head>
<body id="cas">
<div id="container">
<header>
<a id="logo" href="http://www.jasig.org" title="go to Jasig home page">
Jasig
</a>
<h1>
Central Authentication Service (CAS)
</h1>
</header>
<div id="content">
<div class="box" id="login">
<form id="fm1" action="/cas/login;jsessionid=87E6BE2CB2CBBABE11ADE476163190EB?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas" method="post">
<h2>
Enter your Username and Password
</h2>
<section class="row">
<label for="username">
<span class="accesskey">
U
</span>
sername:
</label>
<input id="username" name="username" class="required" tabindex="1" accesskey="u" type="text" value="" size="25" autocomplete="off"/>
</section>
<section class="row">
<label for="password">
<span class="accesskey">
P
</span>
assword:
</label>
<input id="password" name="password" class="required" tabindex="2" accesskey="p" type="password" value="" size="25" autocomplete="off"/>
</section>
<section class="row check">
<input id="warn" name="warn" value="true" tabindex="3" accesskey="w" type="checkbox"/>
<label for="warn">
<span class="accesskey">
W
</span>
arn me before logging me into other sites.
</label>
</section>
<section class="row btn-row">
<input type="hidden" name="lt" value="LT-1-VgUXYRK4iFHQrrq3KM7pPT0LWQVQR6-cas01.example.org"/>
<input type="hidden" name="execution" value="e1s1"/>
<input type="hidden" name="_eventId" value="submit"/>
<input class="btn-submit" name="submit" accesskey="l" value="LOGIN" tabindex="4" type="submit"/>
<input class="btn-reset" name="reset" accesskey="c" value="CLEAR" tabindex="5" type="reset"/>
</section>
</form>
</div>
<div id="sidebar">
<div class="sidebar-content">
<p>
For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication!
</p>
<div id="list-languages">
<h3>
Languages:
</h3>
<ul>
<li class="first">
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=en">
English
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=es">
Spanish
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=fr">
French
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=ru">
Russian
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=nl">
Nederlands
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=sv">
Svenska
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=it">
Italiano
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=ur">
Urdu
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=zh_CN">
Chinese (Simplified)
</a>
</li>
<li>
<a href="login?service=https%3A%2F%2Flocalhost%3A33405%2Fcas-sample%2Flogin%2Fcas&amp;locale=zh_TW">
Chinese (Traditional)
</a>
</li>
<li/>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment