Why can't I log in with "claimid.com" as an OpenID?
- by radu-negrila
Hi,
I need to implement a relying party for Open ID in a load balanced environment.
Following the suggestions found here I have tried passing null to the OpenIdRelyingParty constructor.
The results are somehow not consistent.
If I use www.myopenid.com as a provider it works.
If I use www.claimid.com as a provider I get the following exception: ProtocolException - No OpenID endpoint found. This exception is thrown on the CreateRequest method call even in a non balanced environment (my local workstation).
Any idea what can I do to make it work for both providers ?