diff options
-rw-r--r-- | samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs b/samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs index c6e7541..7e40e7c 100644 --- a/samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs +++ b/samples/RelyingPartyWebForms/loginProgrammatic.aspx.cs @@ -64,7 +64,7 @@ case AuthenticationStatus.Authenticated: // This is where you would look for any OpenID extension responses included // in the authentication assertion. - // var extension = openid.Response.GetExtension<SomeExtensionResponseType>(); + ////var extension = openid.GetResponse().GetExtension<SomeExtensionResponseType>(); // Use FormsAuthentication to tell ASP.NET that the user is now logged in, // with the OpenID Claimed Identifier as their username. |