spring security之整合cas

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_41751625/article/details/79955289

    spring security提供了一个开源的单点登陆系统,就是cas(Central authentication system),在平常的企业开发中有广泛的应用。

   第一步,配置AuthenticationEntryPoint,作为应用的登陆认证入口。

  第二步,配置CasAuthenticationFilter,并将其放置在filter链表中CAS_FILTER的位置,已处理Cas Server认证成功后的页面跳转。

  第三步,配置AuthenticationManager.

猜你喜欢

转载自blog.csdn.net/weixin_41751625/article/details/79955289