Hi,
So I have been using the DotNetOpenAuth .NET library to make an OpenID provider and I have been trying to test it using a locally hosted drupal server. The DotNetOpenAuth library comes with two sample OpenID Providers, one using ASP.Net Webforms, and the other using Asp.Net MVC. The Webforms OpenIDs work, but trying with the MVC example gives the error:
"Sorry, that is not a valid OpenID. Please ensure you have spelled your ID correctly."
This is bizarre, given that the identity endpoints of the two are virtually identical. It can discover one, but not the other. Any insight?









