%@ Page language="c#" AutoEventWireup="false" ValidateRequest="false" %> <%@ OutputCache Location="None" %> <%@ Import Namespace="System.Web" %> <%@ Import Namespace="System.Web.Security.SingleSignOn" %> <%@ Import Namespace="System.Data" %>
<%=Context.Request.Url.GetLeftPart(UriPartial.Path)%> <%=LSAuthenticationObject.Current.FormContext.CurrentAction.ToString()%><% LSAuthenticationObject logonServer = LSAuthenticationObject.Current; LSCleanupFormContext cc = ((LSCleanupFormContext)logonServer.FormContext); ApplicationsRepeater.DataSource = cc.Applications; ApplicationsRepeater.DataBind(); ForeignRealmsRepeater.DataSource = cc.ForeignRealms; ForeignRealmsRepeater.DataBind(); %>
Signed out of <%=Context.Request.Url.Host%>.