此刻,我正在寻找其他可能的解决方案,但是OpenId提供程序框架似乎很稀缺.您会推荐什么?使用像JOS这样的成品服务器,还是应该考虑通过使用像openid4java这样的库编写自己的OpenId服务器来增强我的应用程序?解决方案我自己还没有尝试过,但是在研究了以下几个示例之后,我的团队开始着手开发JSF + OpenId集成应用程序:客户端: IBM示例:非常有用服务器: IBM示例:非常有用另外:什么是OpenId及其工作原理也: Java的openId API这就是我所知道的全部,希望对您有所帮助.I'm trying to enhance an existing Java web application with an OpenId service, so that a logged in user can log into another OpenId enabled app using my web application as an OpenId provider.My first attempt was to use JOS as OpenId provider which should in turn use my app's database to get existing user names and passwords. Nevertheless I could not find any documentation for JOS, when I was trying to customize JOS to make it fit to my existing app (Update: It only compiles with Java 6).At the moment I am searching for other possible solutions, but OpenId provider frameworks seem to be scarce.What would you recommend? Using a finished server like JOS or should I consider to enhance my application by writing my own OpenId server with libraries like openid4java? 解决方案 I have not tried it myself, but my team started work on a JSF+OpenId integrated application after studying these few examples:Client: IBM Example:very helpfulServer: IBM Example:very helpfulAdditionally: what is OpenId and how its workAlso: openId API for JavaThat's all I know about this, I hope it helps. 这篇关于Java的OpenId提供者/服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-27 21:58