Why can't I log in with "claimid.com" as an OpenID?

Posted by radu-negrila on Stack Overflow See other posts from Stack Overflow or by radu-negrila
Published on 2009-09-24T11:33:18Z Indexed on 2010/03/26 14:03 UTC
Read the original article Hit count: 412

Filed under:
|
|

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 ?

© Stack Overflow or respective owner

Related posts about openid

Related posts about dotnetopenauth