[cas-user] Re: AbstractServicesManager.findServiceBy called to many times( 17 times) for login

2018-12-17 Thread Mr Rao
Actually its 24 times for each service request. On Monday, December 17, 2018 at 1:39:59 PM UTC-8, Mr Rao wrote: > > Hi, > I would like to implement my custom serviceManager to create a Service > based on passed in Service object/id on the fly since we do not want to go > through all services

[cas-user] Re: Cas 5.2 Cas-gradle-overlay, command explodeWar doesn't work

2018-12-17 Thread Jac Fitzgerald
/necromancing I just spent some time trying to use the gradle explodeWar command with 5.3.2, and the below fixes appear to still be needed. When I get a complete working overlay, I plan to try and update the build files for 5.3 - any tips welcome. cheers, Jac On Friday, December 22, 2017

[cas-user] Re: AbstractServicesManager.findServiceBy called to many times( 17 times) for login

2018-12-17 Thread Mr Rao
This is cas 5.2.3 version. On Monday, December 17, 2018 at 1:39:59 PM UTC-8, Mr Rao wrote: > > Hi, > I would like to implement my custom serviceManager to create a Service > based on passed in Service object/id on the fly since we do not want to go > through all services for every login to

[cas-user] AbstractServicesManager.findServiceBy called to many times( 17 times) for login

2018-12-17 Thread Mr Rao
Hi, I would like to implement my custom serviceManager to create a Service based on passed in Service object/id on the fly since we do not want to go through all services for every login to find matching service. When I was implementing this I noticed that AbstractServicesManager.findServiceBy

Re: [cas-user] How to disable CasMetricsConfiguration in CAS 5.2.3?

2018-12-17 Thread Mr Rao
Thanks, Ray. Rao. On Wednesday, December 12, 2018 at 2:55:32 PM UTC-8, rbon wrote: > > By 'application log files', do you mean catalina.out? > > First make sure you are editing the correct file. You can force a > particular file with a setting like this in cas.properties: > > logging.config:

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-12-17 Thread Samuel Garçon
Ray, Thanks for your help :) I've already tried this solution, and more (the cert has been uploaded to every keystore found on the system). The solution was to create a new keystore dedicated the cas client, and uploading the cert inside : cas.httpClient.truststore.psw=x

Re: [cas-user] Re: CAS 5.2.x as IDP using SAML 2.0

2018-12-17 Thread Ray Bon
Samuel, You may have to install the certificate in the java keystore. https://docs.oracle.com/javase/8/docs/technotes/tools/unix/keytool.html Ray On Sun, 2018-12-16 at 11:36 -0800, Samuel Garçon wrote: Hi, I have exaclty the same problem. I'm running 5.3.7-SNAPSHOT. I have tried to uploading