简体   繁体   English

具有CAS集成的SPRING MVC

[英]SPRING MVC with CAS Integration

Can any one plz share me the working sample projects of both CAS cleint as well as CAS server. 任何人都可以与我共享CAS员工和CAS服务器的工作示例项目吗? 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. CAS Wiki有很多信息。

If you're planning to use Spring-security, there is a section in the documentation about CAS there as well 如果您打算使用Spring-security,那么文档中也有关于CAS的部分

You can clone the Spring security sample from below Github link. 您可以从Github链接下面克隆Spring安全性示例。

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

To run CAS sample (Server and Client is included, you can refer the code in samples/cas/) 要运行CAS示例(包括服务器和客户端,您可以参考sample / cas /中的代码)

$./gradlew cas $。/ gradlew cas

Once you run that sample, you will get some idea about flow. 运行该样本后,您将对流程有所了解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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