Giter Club home page Giter Club logo

cas_learn's Introduction

CAS_learn

cas学习工程记录
本实例实现了cas的单点登录功能,同时实现了退出的接口,免登录功能
cas client工具的使用注意事项如下:
(1)工具仅仅适用于Springboot工程。
(2)在使用工具的时候需要在配置文件application.properties中添加相应的cas配置信息,如下:
#cas config
spring.cas.sign-out-filters=/logout
spring.cas.auth-filters=/
spring.cas.validate-filters=/

spring.cas.request-wrapper-filters=/
spring.cas.assertion-filters=/

spring.cas.redirect-after-validation=true
spring.cas.use-session=true

#the dev of cas config
spring.cas.cas-server-login-url=http://localhost:8080/login
spring.cas.cas-server-url-prefix=http://localhost:8080
spring.cas.server-name=http://localhost:8011
(3)使用此工具的时候需要让工程能够自动扫描到工具包。

cas_learn's People

Contributors

liutao910612 avatar

Watchers

DAVid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.