Re: [cas-user] How to turn off SSO authentication on client side occasionally

2017-09-26 Thread TimothyHu
Thank you, Ray~ I finally solved it by calling *request.setAttribute("isSsoOff", Boolean.TRUE**)* in top-level filter, and then checking it in *.doFilter()* method of CAS's *AuthenticationFilter* (actually I created a delegate class). *AuthenticationFilter* can also handle *ignorePattern* parame

[cas-user] Re: How to turn off SSO authentication on client side occasionally

2017-09-20 Thread TimothyHu
I'm using CasServer 4.2.7 and CasClient 3.4.1, aiming at normal Servlet Apps. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are