I am trying to integrate openid authentication in asp.net 4 and have followed the following articles:

  1. Article 1

  2. Article 2

I have uploaded the page here and the problem is explained here.

I want to implement the openID selector as given in https://www.idselector.com/ but i didn't get any response from the site nor did the OpenIdSelector control from the dotnetopenauth toolbox worked. Can anyone share the openid selector as given in https://www.idselector.com/? Or any help regarding the problem would be grateful :)

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You could use the DotNetOpenAuth library instead of rolling out your own.

http://www.dotnetopenauth.net/

They also provide project templates which can integrated into a website.

link|improve this answer
offcourse I am using the same, through which i populated the openID toolbox controls. – Jayesh Jun 6 '11 at 16:56
That didn't work for me, and i have switched to social auth-net – Jayesh Jun 15 '11 at 10:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.