I\'m using Spring MVC for a web app.I want to use OpenID for my application, but I\'m just wondering of what a good way to handl开发者_如何转开发e authentication in general for Spring MVC is.
I absolutely love StackOverflow\'s usage of OpenID for registration. How would I go about adding this to my site? It is PHP based. I went to openid.net and looked at the libraries there, but could fin
Using authlogic 2.1.3, and authlogic-oid 1.0.4 I receive the following error as soon as rails hits a controller making a request to an OpenID provider:
I am trying to build open开发者_StackOverflow中文版id login system for my website. To do this I used JanRain\'s php openid library v 2.1.3.
I have a web app. I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc.
I used openid, and when after successfully authenticating, it returned: You are signed in as http://zjm1126.myopenid.com/
I am in need of an authentication system that would work in harmony with the current authentication system my client\'s server uses.
i want to create a OpenId login system like stackoverflow :) in drupal..By default, drupal doesn\'t offer this..is there any plugin that does this job?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I 开发者_开发技巧am building my own blog, for various reasons - mainly for experience building with various tools - but also because that way I can have a blog that thinks like me ;).