Dear All,
I have been following the following URL to get my first OpenAuth
application implemented:
http://bhaidar.net/post/2011/04/04/OpenID-Single-Sign-On-ASPNET-Web-Forms.aspx
I am working on a localhost environment
http://localhost:4692/Account/Login.aspx
I downloaded the sample application in the above ULR and setup the
same on my machine.
When I run the application I get the following error
"This message has already been processed. This could indicate a
replay attack in progress.".
When I googled I found a lot of information saying its because of var
response = openid.GetResponse(); being called twice,
But there is nothing in my which suggest I am calling the var response
= openid.GetResponse(); twice.
And then I receive the UI message "Login Failed".
Can anyone help me understand what exactly the issue is?
Thanks
Madhu Menon