summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-05-21 08:16:01 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-06-21 20:20:54 -0700
commita2bbeede3fd42aacdfb5e63c6ffff1bf6183db35 (patch)
treed15de1dd23e51f54dc9d60cea601a2f63a7ee67c
parent7262b8e9284170c6eac340d9c6b7d9ba51c1db32 (diff)
downloadDotNetOpenAuth-origin/infocardintegration.zip
DotNetOpenAuth-origin/infocardintegration.tar.gz
DotNetOpenAuth-origin/infocardintegration.tar.bz2
Removed self-issued constraint on OpenID+InfoCard integration sample.origin/infocardintegration
-rw-r--r--samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx b/samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx
index d0c739b..04a4117 100644
--- a/samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx
+++ b/samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx
@@ -195,7 +195,6 @@
</div>
<% Html.BeginForm("Authenticate", "User", FormMethod.Post, new { id = "loginForm" }); %>
<object type="application/x-informationcard" id="infocardSelector">
- <param Name="issuer" Value="http://schemas.xmlsoap.org/ws/2005/05/identity/issuer/self"></param>
<param Name="tokenType" Value="urn:oasis:names:tc:SAML:1.0:assertion"></param>
<param Name="requiredClaims" Value="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier"></param>
</object>