Hi
We established an OpenID provider at BioSignID.com base on DotNetOpenAuth. (the authentication is base on signaturs with silverlight client...) As we tried to login to facebook we encounter a problem with IE (6,7,8). In FF and Chrome the loggin process was fine.
On the server logs I can see the FB reqeust but the user somehow is NOT authenticated. In fiddler I can see that the authentication cookie not sent.
I've tried to transfer the server.aspx calls to https but then I cannot make the connection between my FB account and my BioSignId account.
Any ideas? Thanks