diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs b/projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs index 6c8970f..bc57819 100644 --- a/projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs +++ b/projecttemplates/MvcRelyingParty/Code/OpenIdRelyingPartyService.cs @@ -87,7 +87,7 @@ } public ActionResult ProcessAjaxOpenIdResponse() { - return relyingParty.ProcessAjaxOpenIdResponse().AsActionResult(); + return relyingParty.ProcessResponseFromPopup().AsActionResult(); } public IAuthenticationResponse GetResponse() { |