Re: [cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-14 Thread Ray Bon
Tom, I am experiencing the same problem (too many redirects). I will be comparing the behaviour of cas-management 6.5 to 7-snapshot today. Ray On Tue, 2024-05-14 at 07:48 -0700, Tom Reijnders wrote: You don't often get email from ajjreijnd...@gmail.com. Learn why this is

Re: [cas-user] cas 7.1.0 disable slf4j and active groovy for auditing .Is it work ?

2024-05-14 Thread Ray Bon
'customHttpRequestHeader' is only an example; you would have to define it as part of the groovy script (or add it to the headers somewhere else). Ray On Tue, 2024-05-14 at 04:57 -0700, artur mis wrote: You don't often get email from artvr@gmail.com. Learn why this is

[cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-14 Thread Tom Reijnders
I am trying to migrate from CAS 6.6.15 to CAS 7.04 (because I could not get Password reset working on 6.6.15). Password reset is working fine, but if I try to login to cas-management I end up in a redirection loop. I use the overlays generated by getcas.apereo.org/ui (CAS 7.0.4,

[cas-user] Re: CAS 6.6.5 to 7.0.4 - customized css and js with prohibited access from html.

2024-05-14 Thread Meysam Shirazi
Hi Leonardo I guess the main cause is that the */ect *is not in the list of secure path of the application. Spring Boot , by default, permit access to /css/**, /js/**, /images/**, and /**/favicon.ico. you can use custom theme for this purpose. On Tuesday, May 14, 2024 at 3:39:50 PM UTC+3:30

[cas-user] Re: Adding Header to the verification URI in REST Authentication

2024-05-14 Thread Meysam Shirazi
Hi Reza Please pay attention to this section in the Rest Auth documentation : *"This allows the CAS server to reach to a remote REST endpoint via a POST for verification of credentials. Credentials are passed via an

[cas-user] Re: CAS 6.6.5 to 7.0.4 - customized css and js with prohibited access from html.

2024-05-14 Thread Leonardo Ferreira
After researching a little, I discovered that in version 7.0.x a new class was added restricting access to the application directories. The class name is: CasWebSecurityConfigurerAdapter After inspecting it, I changed the directory structure and it started working again. src: - main: -

[cas-user] cas 7.1.0 disable slf4j and active groovy for auditing .Is it work ?

2024-05-14 Thread artur mis
cas.propierties cas.audit.slf4j.enabled=false cas.audit.groovy.template.location=file:/etc/cas/GroovyAuditor.groovy cat GroovyAuditor.groovy ${logger.info("Hello, World")} who: ${who}, what: ${what}, when: ${when}, ip: ${clientIpAddress}, trace: ${customHttpRequestHeader} logs: 2024-05-14

[cas-user] CAS 6.6.5 to 7.0.4 - customized css and js with prohibited access from html.

2024-05-14 Thread Leonardo Ferreira
Hi everyone! I'm migrating from version 6.6.15 to 7.0.4 and I'm facing a small problem. My customized html pages are unable to access the .css and .js files that are also customized. It is important to comment that in version 6.6.15 everything works perfectly. My files are in the following

[cas-user] Re: Audit logging in 7.0.x?

2024-05-14 Thread artur mis
I seems that cas.audit.engine.enabled: true (v7.1.0 is default so you don't need to set to true. On Tuesday, March 5, 2024 at 4:41:23 AM UTC+1 Baron Fujimoto wrote: > With CAS v6.x, we used to get audit logs that looks something akin to: > > 2024-03-02 00:00:00,403 INFO >