Bootstrap

CAS 5.3.2 集成OAUTH2.0

CAS 5.3.2 集成OAUTH2.0

  1. 基于cas-overlay-template-5.3来构建war包,在pom.xml增加:
		<dependency>
			<groupId>org.apereo.cas</groupId>
			<artifactId>cas-server-support-oauth-webflow</artifactId>
			<version>${cas.version}</version>
		</dependency>

2.所在目录执行mvn clean package 构建war包。
3. 在C:\Windows\System32\drivers\etc\hosts增加如下配置:

127.0.0.1 cas.demo
;