<%@ Page Language="C#" AutoEventWireup="true" ContentType="application/xrds+xml" %> <%-- This page is a required for relying party discovery per OpenID 2.0. It allows Providers to call back to the relying party site to confirm the identity that it is claiming in the realm and return_to URLs. This page should be pointed to by the 'realm' home page, which in this sample is default.aspx. --%> http://specs.openid.net/auth/2.0/return_to <%-- Every page with an OpenID login should be listed here. --%> <%=new Uri(Request.Url, Response.ApplyAppPathModifier("~/login.aspx"))%>