Re: [cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-16 Thread Mr Rao
Hello, Any one knows if we need to disable HttpBasedServiceCredentialsAuthenticationHandleror this is safe to leave it ? Thanks Rao -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl

Re: [cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-09 Thread Mr Rao
Hi, Anyone has ideas on disabling HttpBasedServiceCredentialsAuthenticationHandler ? Or is it safe to leave it? Thanks, Rao On Tuesday, January 8, 2019 at 9:17:56 AM UTC-8, Mr Rao wrote: > > Thanks, Ray. If I set log level to warn I will lose the errors. Basically > I was referring to below c

Re: [cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-08 Thread Mr Rao
Thanks, Ray. If I set log level to warn I will lose the errors. Basically I was referring to below code which doesn't need to be log.error. protected AuthenticationBuilder authenticateInternal(final AuthenticationTransaction transaction) throws AuthenticationException { final Collection cr

Re: [cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-08 Thread Ray Bon
Rao, For the last item, you can filter log messages. e.g. See https://logging.apache.org/log4j/log4j-2.2/manual/filters.html Ray On Mon, 2019-01-07 at 17:06 -0800, Mr Rao wrote: Hi, When I debug PolicyBasedAuthenticationManager.authenticateInternal I di

[cas-user] Disable HttpBasedServiceCredentialsAuthenticationHandler? CAS 5.2.3

2019-01-07 Thread Mr Rao
Hi, When I debug PolicyBasedAuthenticationManager.authenticateInternal I did noticed three authentication handlers. 1) My Custom AuthenticationHandler 2 ) ClientAuthenticationHandler 3 ) HttpBasedServiceCredentialsAuthenticationHandler I'm only using my customer handler and ClientAuthenticati