[cas-user] Re: Java Cas Client - Preserving Request Parameters

2019-12-23 Thread Cemal Önder
Ryan, How do you configure your CasAuthenticationFilter? Do you configure AuthenticationManager? Here is an example: .addFilterBefore( casAuthenticationFilter(), .) private CasAuthenticationFilter casAuthenticationFilter( ) { CasAuthenticationFilter authenticationFilter = new

Re: [cas-user] Java Cas Client - Preserving Request Parameters

2019-12-23 Thread Anmol Budhewar
Can you refer how to get java cas client because I don't have any idea how to build java cas client can you help me On Thu, Dec 19, 2019, 03:00 Colin Ryan wrote: > Folks, > > Me again...sorry...still trying yet another way to do what I need > done...le sigh... > > > Anyhow all these variations

Re: [cas-user] Re: Java Cas Client - Preserving Request Parameters

2019-12-23 Thread Colin Ryan
Cemal, I tried this approach to this but I keep getting a too many re-directs error. I'm new'ish to Spring Security so maybe I'm missing something. But basically I see the "DynamicRedirectCasAuthenticationEntryPoint" being processed in every request the first time through it I'm intercepting