spring security oauth 和 cas 无法退出

spring security oauth 和 cas 实现 oauth 登录。

但无法退出。

<Error Sending message to url endpoint [http://localhost:8080/j_spring_cas_security_check]. Error is [Server returned HTTP response code: 403 for URL: http://localhost:8080/j_spring_cas_security_check]>

只要将 org.jasig.cas.client.session.SingleSignOutFilter cas 退出登录过滤器 添加到过滤链中就可以了

猜你喜欢

转载自lchshu001.iteye.com/blog/2163537