43 lines
No EOL
1.7 KiB
Text
Executable file
43 lines
No EOL
1.7 KiB
Text
Executable file
<!--
|
|
~ JBoss, Home of Professional Open Source.
|
|
~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
|
|
~ as indicated by the @author tags. See the copyright.txt file in the
|
|
~ distribution for a full listing of individual contributors.
|
|
~
|
|
~ This is free software; you can redistribute it and/or modify it
|
|
~ under the terms of the GNU Lesser General Public License as
|
|
~ published by the Free Software Foundation; either version 2.1 of
|
|
~ the License, or (at your option) any later version.
|
|
~
|
|
~ This software is distributed in the hope that it will be useful,
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
~ Lesser General Public License for more details.
|
|
~
|
|
~ You should have received a copy of the GNU Lesser General Public
|
|
~ License along with this software; if not, write to the Free
|
|
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
|
|
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
|
|
-->
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>Keycloak SAML Client Adapter Example Application</title>
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
|
<link rel="StyleSheet" href="css/idp.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<img src="images/keycloak_default_banner-1180px.png"
|
|
style="margin-top: -10px; margin-left: -10px; opacity: 0.4; filter: alpha(opacity = 40);" />
|
|
<div class="loginBox"
|
|
style="margin-bottom: 80px; border: 1px solid #000000; width: 440px; background-color: #F8F8F8; align: center;">
|
|
<center>
|
|
<p>
|
|
<b>Logged out. <a href="<%= request.getContextPath() %>">Login</a> again.</b>
|
|
</p>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
</html> |