summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-01 06:33:55 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-01 06:33:55 -0800
commit914753f36599346078d16a39cdafe88891638591 (patch)
tree5f35e061d6027ae65f46cc965c4ad79c0891e450 /projecttemplates/WebFormsRelyingParty
parentccd49ecff9d6128bc2035a7f3203dea9e3a293c6 (diff)
downloadDotNetOpenAuth-914753f36599346078d16a39cdafe88891638591.zip
DotNetOpenAuth-914753f36599346078d16a39cdafe88891638591.tar.gz
DotNetOpenAuth-914753f36599346078d16a39cdafe88891638591.tar.bz2
Added missing RP discovery endpoint for account info page.
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty')
-rw-r--r--projecttemplates/WebFormsRelyingParty/xrds.aspx1
1 files changed, 1 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/xrds.aspx b/projecttemplates/WebFormsRelyingParty/xrds.aspx
index 4e5a738..cb36eee 100644
--- a/projecttemplates/WebFormsRelyingParty/xrds.aspx
+++ b/projecttemplates/WebFormsRelyingParty/xrds.aspx
@@ -14,6 +14,7 @@ This page should be pointed to by the 'realm' home page, which is default.aspx.
<Type>http://specs.openid.net/auth/2.0/return_to</Type>
<%-- Every page with an OpenID login should be listed here. --%>
<URI priority="1"><%=new Uri(Request.Url, Response.ApplyAppPathModifier("~/LoginFrame.aspx"))%></URI>
+ <URI priority="2"><%=new Uri(Request.Url, Response.ApplyAppPathModifier("~/Members/AccountInfo.aspx"))%></URI>
</Service>
</XRD>
</xrds:XRDS>