I read a couple of posts about this but i was really more confused about what shall i use or what would be better, or even am i missing some other solutions ?

Please advice, Thanks

link|improve this question
feedback

closed as not constructive by bmargulies, awoodland, Frédéric Hamidi, cHao, Neil Knight Oct 17 '11 at 8:46

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

3 Answers

up vote 1 down vote accepted

DotNetOpenID works great, and you'll have a decent amount of control over the process. RPXNow charges you if you want to customize the login screen or synchronize profile data. I would rather not be tied to a company for OpenID.

link|improve this answer
I guess i will follow your answer, thanks mate – Issa Qandil May 12 '09 at 18:32
feedback

The problem with using a library like DotNetOpenAuth or openid4java is that you still have to implement a lot of additional security. For example, Yahoo requires some additional XML files to properly work without warnings.

RPXNow is free or cheap. And if you you implement it correctly you won't be locked in to them in case you decide to switch.

link|improve this answer
How to implement correctly to avoid lock-in? – FreshCode Apr 10 '11 at 12:18
feedback

But with RPX, when your use gets to the OpenId provider, the provider reports the RPX URL instead of yours. I would think that would make end users reluctant to authenticate.

link|improve this answer
feedback

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