I am currently trying to migrate an ASP.NET MVC 3 Website to Windows Azure (As a Website).
The site uses DotNetOpenAuth 4.0. I have no issue authenticating when testing from my computer, however in Azure I get the following error:
"No OpenID endpoint found"
I try to authenticate using my Google account using the following ID: "https://www.google.com/accounts/o8/id"
Does anyone have a suggestion? Am I missing something?
Thanks in advance