No OpenID endpoint found. - .Net OpenID
I'm using .Net Open ID ( http://code.google.com/p/dotnetopenid/ ) I'm trying to add OpenId to a website we are using. I'm running the MVC sample out of the box and recieve the following error when selecting Yahoo/Google. No OpenID endpoint found. The error happens on this line of code return openid.CreateRequest(Request.Form["openid_identifier"]).RedirectingResponse.AsActionResult(); What does this error mean? And are there any common trouble-shooting things we can try? Just to add the value in - Request.Form["openid_identifier"] https://www.google.com/accounts/o8/id First, check to make sure