https://jasigcas.herokuapp.com                            demo

https://wiki.jasig.org/display/CASUM/Home                                 4.x之前的文档
http://jasig.github.io/cas/4.1.x/index.html                                     4.x文档

http://jasig.github.io/cas/4.1.x/protocol/CAS-Protocol.html                            cas流程

http://jasig.github.io/cas/4.1.x/planning/Architecture.html                              架构


源代码相关
https://www.apereo.org/projects/cas             apereo cas项目主页
https://github.com/Jasig/cas                           源代码
https://github.com/Jasig/cas/releases             release源代码包下载

client相关

http://jasig.github.io/cas/4.0.x/integration/CAS-Clients.html 
            casclient
https://github.com/Jasig/phpCAS                                                          phpclient
https://wiki.jasig.org/display/CASC/phpCAS+examples                        一个phpcas样例项目
https://github.com/Jasig/phpCAS/tree/master/docs/examples             phpcas样例源代码
https://wiki.jasig.org/display/CASC/phpCAS                                           phpclient文档
https://github.com/Jasig/java-cas-client                                                 java客户端

oauth相关
http://jasig.github.io/cas/4.1.x/protocol/OAuth-Protocol.html                                 
                 cas oauth简单介绍
http://jasig.github.io/cas/4.1.x/installation/OAuth-OpenId-Authentication.html 
                     oauth文档(精简版)
https://github.com/leleuj/cas-pac4j-oauth-demo 
                                                            cas oauth demo。包含cas作为server和client


service相关
http://jasig.github.io/cas/development/installation/Service-Management.html     
                            service management 

其它
http://jasig.github.io/cas/4.1.x/integration/Attribute-Release.html   
                                               Attribute Release
http://jasig.github.io/cas/4.1.x/planning/Security-Guide.html                                 
                        安全相关
http://jasig.github.io/cas/4.1.x/planning/Installation-Requirements.html           
                             先决条件

http://jasig.github.io/cas/4.1.x/installation/Database-Authentication.html 
                                     Database Authentication
http://jasig.github.io/cas/4.1.x/installation/User-Interface-Customization.html 
                              ui,包含css。js,jsp等
http://jasig.github.io/cas/4.1.x/protocol/CAS-Protocol.html                                     
                        protocal如cas protocal,openID,SAML,OAuth


单点登录系统cas资料汇总的更多相关文章

  1. 单点登录系统CAS筹建及取得更多用户信息的实现

    国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送)国内私 ...

  2. java单点登录系统CAS的简单使用

    转:http://blog.csdn.net/yunye114105/article/details/7997041 背景 有几个相对独立的java的web应用系统, 各自有自己的登陆验证功能,用户在 ...

  3. 开源单点登录系统CAS入门

    一.什么是CAS CAS 是 Yale 大学发起的一个开源项目,旨在为 Web 应用系统提供一种可靠的单点登录方法,CAS 在 2004 年 12 月正式成为 JA-SIG 的一个项目.CAS 具有以 ...

  4. 【Tech】单点登录系统CAS客户端demo

    服务器端配置请参考: http://www.cnblogs.com/sunshineatnoon/p/4064632.html 工具:myeclipse或者javaee-eclipse 1.启动jav ...

  5. 【Tech】单点登录系统CAS服务器端搭建及实现用户名密码由MYSQL数据库验证

    CAS是YALE大学发起的一个开源项目,旨在为web应用系统提供一种可靠的单点登录方法.它主要分为client和server端,server端负责对用户的认证工作,client端负责处理对客户端受保护 ...

  6. CAS单点登录系统入门--分布式登录验证

    1.开源单点登录系统CAS入门 1.1 什么是单点登录 单点登录(Single Sign On),简称为 SSO,是目前比较流行的企业业务整合的解决方案之一.SSO的定义是在多个应用系统中,用户只需要 ...

  7. CAS实现的单点登录系统

    单点登录(single sign on ),简称SSO. 纯属学习用,对来自网络的部分如果侵害了您的权力,请联系我.QQ:262800095 SSO的定义是在多个应用系统中,用户只需要登录一次就可以访 ...

  8. CAS单点登录系统整合——注册的问题

    最近一段时间在搞CAS单点登录系统,涉及到几个子系统的整合问题.对于注册,这里遇到了一个选择: 在子系统内完成注册,然后把信息同步到CAS系统: 在CAS系统中完成基本信息的注册,比如:用户名.邮箱. ...

  9. 单点登录系统(SSO)之CAS(中央认证服务)

    SSO(Single Sign On)单点登录系统,是在多个系统中值要求只要登录一次,就可以用已登录的身份访问多个系统,去掉了每次访问不同的系统都要重新登录的弊端. CAS(中央/集中认证服务):Th ...

随机推荐

  1. Apache+Openssl

    Apache编译还需要一些依赖: #./configure --prefix……检查编辑环境时出现: checking for APR... no configure: error: APR not ...

  2. python 读取文件夹下的图片进行处理

    python的os模块中有一个listdir函数可以遍历读取文件夹下的文件. import os for filename in os.listdir(r"./file"): #l ...

  3. swarm集群数据管理

    1.volume [root@manager ~]# docker service create --mount type=volume,src=vol1,dst=/usr/local/nginx/h ...

  4. 关于微信小程序并发数不能超过五个的问题

    wx.request 的最大请求数为5个,超过的部分就请求不到了 昨天遇到个问题,首页的请求数一共有9个,但是在有appid开发时竟然一直都没出错,直到我切到没appid的版本的时候才发现了这个问题. ...

  5. HTML 上标和下标

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...

  6. 【报错】IntelliJ IDEA中绿色注释扫描飘红报错解决

    几天开机,突然发现自己昨天的项目可以运行,今天就因为绿色注释飘红而不能运行,很是尴尬: 解决办法如下: 1.在IDEA中的setting中搜索:"javadoc" 2.把Javad ...

  7. jquery -----简单分页

    <!DOCTYPE html> <head> <title>无标题页</title> <script src="javsscript/j ...

  8. 10.1综合强化刷题 Day7

                                                                                       noip提高组模拟赛       ...

  9. ubuntu下virtualbox 共享文件夹 & 访问USB设备

    在Ubuntu 12.04 上为Virtualbox 启用USB 设备支持 Ubuntu安装虚拟机,实现文件和USB的共享 Ubuntu下virtualbox 虚拟xp 访问USB设备

  10. IOS7开发~API变化

    1.弃用 MKOverlayView 及其子类,使用类 MKOverlayRenderer: 2.弃用 Audio Toolbox framework 中的 AudioSession API,使用AV ...