Re: [cas-user] CAS WAR Overlay - REST APIs added in custom java class not detecting

2020-06-30 Thread Nishant Singh
Hi Ray, Thanks a lot for your reply. Your response worked for me. I looked into the architecture of CAS Support Rest module and understood that you have to register your new controller in CasRestConfiguration.java as a bean and injecting all the dependencies required by the controller class.

Re: [cas-user] How to Monitor Active SSO Sessions & Statistics

2020-06-30 Thread Moritz Mühlenhoff
Hi, > i want to expose current active sso session number and staticstics by > actuator api. i have searched cas blog and page > (https://apereo.github.io/cas/development/monitoring/Monitoring-Statistics.html, > https://apereo.github.io/2018/11/06/cas6-admin-endpoints-security/), but i >

Re: [cas-user] CAS SSO Login

2020-06-30 Thread Ray Bon
Yohannan, You will have to see if Laravel supports a cas client. If so, the client would 'listen' for authenticated cas users. Other users would pass through to normal login. The cas client will supply your application with the username. Ray On Mon, 2020-06-29 at 22:09 -0700, Yohannan

Re: [cas-user] Configuration property overrides via environment variables does not work

2020-06-30 Thread Paul Roemer
Hey guys, I was out sick for a couple of days so I could not answer. @Ray, I am using the latest and greatest CAS 6.2 release. And I do not recall in which RC but at some point it was decided to switch from camelCase to kebab-case. That is why it is cas.service-registry.json.location in my