[cas-user] How to use existing database property for a new table.

2020-10-23 Thread Vikash Chandra Ansh
Hi all, I am using cas version 5.2.9. I have created a custom table Roles. I need to use the same existing dB property for audit n jpa ticket registry. When I am trying to fetch the value of dB in my class using jdbctemplate.. its asking for data source to establish dB connection. I can't hard

Re: [cas-user] Wrong user authenticated

2020-10-23 Thread Danilo Mendes
Thanks for your insight! I will look into it. But I think my issue was "org.apereo.cas.services.GroovyRegisteredServiceUsernameProvider". Since I replaced it, CAS authenticated 150k requests and no incidents reported so far. Digging logs further I found that there is a property in the SAML

Re: [cas-user] Strict Authentication Source Policy with newer Authentication Policy approach - CAS 6.2.3 - still.

2020-10-23 Thread Colin Ryan
So this is the current format of this configuration, I'm using the wildcard and the /cas/login page itself to simply verify things. { "@class" : "org.apereo.cas.services.RegexRegisteredService", "serviceId" : "^(https|imaps)://.*", "name" : "HTTPS and IMAPS",

Re: [cas-user] Possible regression for "renew" in CAS 6.2.3 (still present in 6.24)

2020-10-23 Thread Ray Bon
Damien, My applogies. I thought 'login UI' was in your test app. Is the cas login page displayed in 6.2.4, but the alert message is not, or are you redirected to the test app? You could check the source for the log in page, https://github.com/apereo/cas, maybe that text has been removed.

Re: [cas-user] Possible regression for "renew" in CAS 6.2.3 (still present in 6.24)

2020-10-23 Thread Dmngb
Ray, I don't get why you say that 6.2.2 behaviour is wrong. On both versions (6.2.2 and 6.2.3), the login UI is displayed and asks the user to re-log (this is expected with the renew parameter!). On 6.2.3, however, the following alert message is not displayed anymore above the username text

Re: [cas-user] Possible regression for "renew" in CAS 6.2.3 (still present in 6.24)

2020-10-23 Thread Ray Bon
Damien, With renew parameter set to true (i.e. force login), the 6.2.2 behaviour is incorrect. Turn up logging to see what cas is thinking. Ray On Fri, 2020-10-23 at 06:31 -0700, Dmngb wrote: Notice: This message was sent from outside the University of Victoria email system. Please be

[cas-user] Possible regression for "renew" in CAS 6.2.3 (still present in 6.24)

2020-10-23 Thread Dmngb
Hello all, We have observed a behavior change between 6.2.2 and 6.2.3/6.2.4, regarding forced renew. Nothing obvious stands out in the 'git diff v6.2.2..v6.2.3'. (I have not been able to bisect further and propose a fix: I still have not found the exact command line to build and deploy