Cas
CAS is an open and well-documented authentication protocol. The primary implementation of the protocol is an open-source Java server component by the same name hosted here, with support for a plethora of additional authentication protocols and features.
项目地址:
|https://github.com/apereo/cas
协议过程:
Cas-server
直接使用template搭建一个Server:
https://github.com/apereo/cas-overlay-template
在SpringBoot中集成Cas-client
依赖:
<dependency>
<groupId>net.unicon.cas</groupId>
<artifactId>cas-client-autoconfig-support</artifactId>
<version>1.7.0-GA</versi