[cas-user] HAproxy Moodle and CAS SSO authentication

2022-06-10 Thread Baba Ndiaye
Hello guys I'm deploying Haproxy Moodle and CAS authentication Haproxy with IP public on frontend in the backend i have my moodle private IP. In my config.php i put the public IP. It's work well i can access to the moodle plateforme behind the ip public of my Haproxy. But when i change the authen

Re: [cas-user] Re: Migrating services from version 5 to 6

2022-06-10 Thread Trevor Fong
Hi Francois, Just wondering if you were able to resolve your situation and if so, how? I'm also facing a similar thing. Thanks a lot, Trev On Thursday, March 31, 2022 at 10:54:41 AM UTC-7 fjan...@gmail.com wrote: > Thank you for the response. > > We actually use CAS Management application,

[cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Noelette Stout
I started getting the message below when I upgraded my alpha CAS system to 6.6.0-RC3. I have been unable to figure out what security configuration it is referring to, and just what I need to update. Can someone fill me in on what this message is referring to? 2022-06-10 15:10:30,735 WARN [org.

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Ray Bon
Noelette, You can add this to cas.properties spring.security.user.name=casuser spring.security.user.password=Some secret, spaces are cool This is part of spring boot features, cas uses actuators, https://apereo.github.io/cas/6.5.x/monitoring/Monitoring-Statistics.html Ray On Fri, 2022-06-10 at

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Noelette Stout
I actually have that in there, but I commented it out after I set up other users. I'll uncomment it. Thanks! On Fri, Jun 10, 2022, 5:22 PM Ray Bon wrote: > Noelette, > > You can add this to cas.properties > > spring.security.user.name=casuser > spring.security.user.password=Some secret, spaces

Re: [cas-user] WARN message in 6.6.0-RC3 about UserDetailsServiceAutoConfiguration

2022-06-10 Thread Ray Bon
You might be able to get away with just setting a value for the password. This would apply to the default spring user, 'user', which the log message refers. Ray On Fri, 2022-06-10 at 17:27 -0600, Noelette Stout wrote: Notice: This message was sent from outside the University of Victoria email s