作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (10): 271-273.

• 开发研究与设计技术 • 上一篇    下一篇

单点登录技术在 Web 应用中的研究与实现

续 岩1,2,季永志1,2   

  1. 1. 中国科学院计算机网络信息中心数据库应用研究室,北京 100080;2. 中国科学院研究生院,北京 100039
  • 出版日期:2006-05-20 发布日期:2006-05-20

Research and Implementation of Single Sign-on Mechanisms for Web Applications

XU Yan1,2, JI Yongzhi1,2   

  1. 1. Database Application Department, Computer Network Information Center, CAS, Beijing 100080;2. Graduate School of Chinese Academy of Sciences, CAS, Beijing 100039
  • Online:2006-05-20 Published:2006-05-20

摘要: 分析总结了当前在Web 应用中热门的单点登录系统的各种实现策略——基于ticket 凭证策略、基于Web 请求代理策略以及基于密码代理策略,并针对目前应用最为广泛的基于Web 请求代理的实现策略给出了一个简单的系统实现,以它为例具体阐述了单点登录系统在Web 应用中的工作机制和流程。

关键词: 单点登录;Web 应用;ticket 凭证;Web 请求代理;密码代理

Abstract: This paper makes an analysis of the single sign-on mechanisms: ticketing mechanism, Web request-proxy mechanism and password-proxy mechanism, which are recently being deployed more and more often for Web applications. And later in the paper, a simple single sign-on system for Web applications is implemented based on the common used method——Web request-proxy mechanism and it is taken as an instance to illustrate how a single sign-on system works in Web applications.

Key words: Single sign-on(SSO); Web application; Ticketing; Web request-proxy; Password-proxy