简体   繁体   中英

SPRING MVC with CAS Integration

Can any one plz share me the working sample projects of both CAS cleint as well as CAS server. As I have been searching for working example but yet to fint any such a bundled examples clearly. please help me to understand the flow.

Have you looked closely at the documentation? The CAS wiki has a lot of info.

If you're planning to use Spring-security, there is a section in the documentation about CAS there as well

You can clone the Spring security sample from below Github link.

https://github.com/SpringSource/spring-security

To run CAS sample (Server and Client is included, you can refer the code in samples/cas/)

$./gradlew cas

Once you run that sample, you will get some idea about flow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM