source: main/waeup.cas/trunk/waeup/cas/templates/logout_url.html @ 10415

Last change on this file since 10415 was 10415, checked in by uli, 11 years ago

Support the /logout URL with CAS.

File size: 310 bytes
RevLine 
[10415]1<html>
2  <head>
3    <title>WAeUP Central Authentication Service</title>
4  </head>
5  <body>
6    <p>You have been logged out.</p>
7    <p>The application you just logged out of has provided a link it
8    would like you to follow. Please <a href="URL_HREF">click here</a>
9    to access URL_HREF.
10  </body>
11</html>
Note: See TracBrowser for help on using the repository browser.