Unable to connect to OpenId Provider
Posted
by
Ramesh V
on Stack Overflow
See other posts from Stack Overflow
or by Ramesh V
Published on 2011-02-07T06:34:47Z
Indexed on
2011/02/07
7:25 UTC
Read the original article
Hit count: 264
When I run in visual studio I am able to connect to openid provider, But if I host app in IIS ,I am not able to connect to openid provider. (I am getting error at CreateRequest)
Please let me know what settings has to be done in IIS so that I can connect to the Openid Provider. Below is the error I am getting
[InvalidOperationException: Sequence contains no elements] System.Linq.Enumerable.First(IEnumerable`1 source) +336 DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequest(Identifier userSuppliedIdentifier)
[ProtocolException: No OpenID endpoint found.] DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequest(Identifier userSuppliedIdentifier)
© Stack Overflow or respective owner