tags:

views:

421

answers:

2

Hi guys, I plan to use OpenId with my project, it will be cool if I can authenticate the user to openId provider through Ajax. I am not sure weather it is possible?

+3  A: 

check this page out --> http://openid-demo.appspot.com/

CodeToGlory
+1  A: 

Absolutely. Check this one out: http://demo.dotnetopenauth.net/v3.0/OpenIdRelyingPartyWebForms/ajaxlogin.aspx

Andrew Arnott