Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
https://www.netiq.info/nidp/wsfed/ep?cbcxt=&popupui=&vv=&mkt=&lc=1033&wfresh=&wa=wsignin1.0&wtrealm=urn:federation:MicrosoftOnline&wctx=wa=wsignin1%2E0&rpsnv=3&ct=1406737808&rver=6%2E1%2E6206%2E0&wp=MBI&wreply=https%3A%2F%2Fnetiq%2Dmy%2Esharepoint%2Ecom%2F%5Fforms%2Fdefault%2Easpx&lc=1033&id=500046&&bk=1406737809&LoginOptions=3
<param-value>main.jsp;err.jsp;err2.jsp;login.jsp;nmaslogin.jsp;logoutSuccess.jsp;banner.jsp;nav.jsp;menus.jsp;footer.jsp;content.jsp;cards.jsp;title.jsp;error.jsp;curcard.jsp;createacct.jsp;x509err.jsp;clearCookieAuth.jsp;totpregistration.jsp;socialauth.jsp;socialauth_provision.jsp;socialauth_return.jsp;namO365Logout.jsp</param-value>
=================================namO365Logout.jsp===================================
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ page import="com.novell.nidp.*" %>
<%@ page import="com.novell.nidp.servlets.*" %>
<%@ page import="com.novell.nidp.resource.*" %>
<%@ page import="com.novell.nidp.resource.jsp.*" %>
<%@ page import="com.novell.nidp.ui.*" %>
<%@ page import="org.apache.commons.lang.StringEscapeUtils" %>
<%
UIHandler uh = new UIHandler(request,response);
%>
<html lang="<%=uh.getLanguageCode()%>">
<head>
<link href="<%= uh.getImage("hf_style.css",false)%>" rel="stylesheet">
<style type="text/css" media="screen"><!--
body { background-color: <%=uh.getBGColor()%> }
--></style>
<script language="javascript">
function doitlater()
{
window.location="/nidp/app/plogout";
}
setTimeout(doitlater,5000);
</script>
</head>
<%@ include file="logoutHeader.jsp" %>
<body marginwidth="0" marginheight="0" leftmargin="10" topmargin="0">
<div class="head3b"><%=uh.getResource(JSPResDesc.LOGOUT)%></div>
<table border=0>
<tr>
<td>Session logout is in progress, Please wait for logout confirmation.</td>
</tr>
</table>
<iframe src="https://login.microsoftonline.com/login.srf?wa=wsignoutcleanup1.0" width="0" height="0" border="0"></iframe>
</body>
</html>
if(proxyReq instanceof WSFedAuthnRequest)
uname = ((WSFedAuthnRequest)proxyReq).getParameter("username");
if(proxyReq instanceof WSFedAuthnRequest)
uname = ((WSFedAuthnRequest)proxyReq).getParameter("username");