Java SSO using SPNEGO

一个人想着一个人 提交于 2019-12-12 04:35:03

问题


I'm newbie in this topic. I need help to implement the authentication Java SSO for a web application over Tomcat 6.0.29. I have read about SPNEGO and proven the examples helloKDC.java and hello_spnego.jsp at http://spnego.sourceforge.net/ wich worked well,but I don't know what are the steps I have to follow for implement the solution. i.e. is enough to get the name of remote user? or I have to do something else for assure its identity and keep on the session of the current user?.

来源:https://stackoverflow.com/questions/18452580/java-sso-using-spnego

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!