Hi there,
I was trying to replicate what Rick is doing here for OpenID implementation: http://www.west-wind.com/weblog/posts/899303.aspx
However, when I get to this part:
return req.RedirectingResponse.AsActionResult();
Then I cannot continue, as AsActionResult is no longer exists, is there any replacement of this?
Thanks alot