English 中文(简体)
Best Coldfusion Library for OpenID [closed]
原标题:

I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get s the most support, stays up to date, etc...

最佳回答

I d vote for OpenID CFC---but maybe that s because I m one of the project s developers... ;-)

So although I m obviously biased, here s why I recommend OpenID CFC:

  • It supports OpenID 2.0 and IS updated fairly regularly when necessary
  • CFKit OpenID only supports OpenID 1.1
  • CFOpenID supports OpenID 2.0, but doesn t appear to have been updated for a long time.

I don t know when Jason looked at the libraries or what issues he had, but you shouldn t have any issues if you want to use OpenID CFC. When I updated it to support OpenID 2.0 I made several changes that really simplified the API so it s really easy to use.

RPX is also a good alternative. But it s not free and since it s a third-party system you are relinquishing a little bit of control over the system.

问题回答

When I was trying those out, they weren t being updated any longer and had some issues.

I ended up using RPX, and my life has been a lot easier since I did so.

RPX Now





相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Remotely authenticating client Windows user on demand

Suppose I am writing a server for a particular network protocol. If I know that the client is running on a Windows machine, is it possible for my server to authenticate the Windows user that owns the ...

Role/Permission based forms authorizing/authentication?

While looking into forms authorizing/authentication, I found that it is possible to do role based authorizing by adding an array of roles to a FormsAuthenticationTicket. That way I can write User....

热门标签