Hi, I will try to describe the exact problem in detail as it is hard to sum up in the title.
We have a website and several other services that we are gonna protect with CAS 5.3. The website uses Spring Security but we have to use a custom access control due to it's Vaadin nature. It's a SPA so we cannot rely on Spring Security's filter mechanism. I would like to be able to login a user that is already authenticated via CAS when the user enters the website. Normally, the Spring Security CasAuthenticationFilter would jump in if a user wants to visit a guarded page but this is not the case. I understand I have to trigger that mechanism manually. Does anyone has a suggestion what would be the best approach? Use the Java CAS Client and do more or less the same what the CasAuthenticationFilter is doing and implement it on my own? Cheers, Paul -- - 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 subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/a841f50f-5e05-4a83-a809-a37cf3389181%40apereo.org.
