欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2/Agda, C++/Lisp/Haskell
JOSSO
来自开放百科 - 灰狐
(版本间的差异)
第2行: | 第2行: | ||
JOSSO(Java Open Single Sign-On)是一个开源的J2EE-based的[[Single_Sign-on|SSO]](SSO:单一登录技术是一种认证和授权机制,它允许注册用户只需要在任一成员网站上登录一次,而后授权访问其他连接的分支网站,无需再进行验证登录)基础结构.它的目的是提供一种用来解决在统一平台上进行用户集中认证的方案. | JOSSO(Java Open Single Sign-On)是一个开源的J2EE-based的[[Single_Sign-on|SSO]](SSO:单一登录技术是一种认证和授权机制,它允许注册用户只需要在任一成员网站上登录一次,而后授权访问其他连接的分支网站,无需再进行验证登录)基础结构.它的目的是提供一种用来解决在统一平台上进行用户集中认证的方案. | ||
− | |||
− | |||
− | |||
==安装指南== | ==安装指南== | ||
+ | [[Image:JOSSO-Architecture.jpg|right|thumb|JOSSO Architecture]] | ||
创建数据库,创建以下表, 执行 [[JOSSO DDL SQL]] 语句 | 创建数据库,创建以下表, 执行 [[JOSSO DDL SQL]] 语句 | ||
JOSSO_USER : contains all the users that will be able to sign-on. | JOSSO_USER : contains all the users that will be able to sign-on. | ||
第26行: | 第24行: | ||
<br> | <br> | ||
[[Image:josso-screen-mc4j-sessionManager.jpg|thumb|left|Configure the Session Manager]][[Image:josso-screen-mc4j-basicAuthScheme.jpg|thumb|left|Configure the Authentication Scheme]][[Image:josso-screen-mc4j-credentialStore.jpg|thumb|left|Configure the Credential Store]] | [[Image:josso-screen-mc4j-sessionManager.jpg|thumb|left|Configure the Session Manager]][[Image:josso-screen-mc4j-basicAuthScheme.jpg|thumb|left|Configure the Authentication Scheme]][[Image:josso-screen-mc4j-credentialStore.jpg|thumb|left|Configure the Credential Store]] | ||
+ | |||
+ | ==Links== | ||
+ | *http://www.josso.org/ | ||
+ | *http://download.huihoo.com/josso/ | ||
+ | *http://docs.huihoo.com/josso/ |
2008年2月7日 (四) 15:28的版本
JOSSO(Java Open Single Sign-On)是一个开源的J2EE-based的SSO(SSO:单一登录技术是一种认证和授权机制,它允许注册用户只需要在任一成员网站上登录一次,而后授权访问其他连接的分支网站,无需再进行验证登录)基础结构.它的目的是提供一种用来解决在统一平台上进行用户集中认证的方案.
安装指南
创建数据库,创建以下表, 执行 JOSSO DDL SQL 语句
JOSSO_USER : contains all the users that will be able to sign-on. JOSSO_ROLE : contains all the roles to which users can be associated. JOSSO_USER_ROLE : contains the roles associated with each user. JOSSO_USER_PROPERTY : contains additional properties of the user, like personal data, etc.
获得 http://nchc.dl.sourceforge.net/sourceforge/josso/apache-tomcat-5.5.16_josso-1.4.tar.gz tar zxvf apache-tomcat-5.5.16_josso-1.4.tar.gz ./startup.sh http://localhost:8080/josso/signon/usernamePasswordLogin.jsp
精彩图集
Links
分享您的观点