I wanted to use Clickpass in an webapp that I've been developing, as I like the idea of a simpler way of handling OpenID. However, when I peeked at the developer documentation, I got this:

"Clickpass is being reworked. Please, don't develop against the current Clickpass implementation."

Are there any decent alternatives to Clickpass, or should I just work a plain-old OpenID library into my site instead?

link|improve this question

57% accept rate
is clickpass dead? same message after 2 years! – Anurag Uniyal Apr 25 at 20:46
feedback

1 Answer

up vote 1 down vote accepted

I would make that decision based on what libraries exist for your web framework, and just how customizable you need your SSO solution.

If you need something simple up and running as quickly as possible, use one of the existing providers - a common choice is Janrain Engage (previously RPXNow).

On the other hand, if you need to customize your login behavior and use advanced features, just roll your own using any existing OpenID lib.

link|improve this answer
Thanks, your suggestion of Janrain led me to enough keywords to be able to find alternatives. As it turns out, the three major players in this area seem to be Janrain, Clickpass and Gigya. I'll investigate both Janrain and Gigya unless Clickpass releases its new API sometime soon. Thanks. – AlexMax Nov 1 '10 at 16:01
feedback

Your Answer

 
or
required, but never shown

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