Re: [cas-user] Help needed in upgrading CAS Server

2022-10-03 Thread Ray Bon
Anusuya, Is your custom exception (com.xyz.exceptionclass) being thrown? Are you following, https://fawnoos.com/2019/07/02/cas61x-error-handling/ If you just want to replace a message that is already built into cas, you can add your override of the message to custom_messages.properties,

[cas-user] Urgent help - 401 Unauthorized for ST : CAS 6.3.7.4

2022-10-03 Thread Morning Star (vidivelli)
Hi all, We are developing new 5 test environments for existing CAS. With same CAS configuration and code, in one environment we are getting 401 unauthorized for ST. 1. Request URL: *https://qa7-co.***8.com/home/?ticket=ST-10-Ua6SNdU1hVuqTxhnTQ-z643rZws-brqalxyz311* 2.

Re: [cas-user] Urgent help - 401 Unauthorized for ST : CAS 6.3.7.4

2022-10-03 Thread Ray Bon
Anusuya, What is in the cas logs? You may have to increase to debug. Ray On Mon, 2022-10-03 at 10:09 -0700, Morning Star (vidivelli) wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Hi all, We

Re: [cas-user] Urgent help - 401 Unauthorized for ST : CAS 6.3.7.4

2022-10-03 Thread Ray Bon
Anusuya, It looks like cas redirects the browser with the service ticket (ST...). But there are no cas logs about validating the service ticket. This indicates that the target application is not processing the the service ticket correctly or is unable to connect to the cas server. Check target

[cas-user] CAS-Management 6.6.0 Cas service Problems

2022-10-03 Thread Chris
I am having problems with the CAS-management service version 6.6.0 with CAS 6.6.0 and creating CAS services via the management page. I noticed that with CAS 6.6.0 the org.aperero.cas.services.RegexRegisterdService class does not seam to work, and it needs to be changed to

Re: [cas-user] CAS Management 6.5.6 with JPA Service Registry is also writing JSON files

2022-10-03 Thread Trevor Fong
Thank you so much Fotis and Ray! All your help just made my day!! Your suggestions and directions solved this issue for me. Thanks again, Trev On Friday, September 30, 2022 at 2:38:04 AM UTC-7 fme...@uoa.gr wrote: > Hello Trevor, > > I just submitted a PR

Re: [cas-user] How can I display an error on failed login on the login page?

2022-10-03 Thread Ray Bon
Thomas, The default cas-overlay project displays this message: Authentication attempt has failed, likely due to invalid credentials. Please verify and try again. Have you modified the log in page? Ray On Fri, 2022-09-30 at 09:19 -0700, 'Thomas Chatzigrigoriou' via CAS Community wrote:

Re: [cas-user] Urgent help - 401 Unauthorized for ST : CAS 6.3.7.4

2022-10-03 Thread Morning Star (vidivelli)
Hi Ray, After enabling logger, 2022-10-03 10:43:36 [DEBUG] org.apereo.cas.services.RegisteredServiceAccessStrategyUtils Current authentication via ticket [TGT-1-*S7zelhSYVY- brqalxyz300 ] allows service [https://qa7-cp.example.com/home/] to participate in the existing SSO session

[cas-user] CAS with Spring Cloud Kubernetes Discovery Server

2022-10-03 Thread Ken Hopkins
The CAS documentation talks about integrating with Eureka and Consul for service discovery. We are currently using Eureka, but are looking to switch to the Spring Cloud Kubernetes Discovery Server

Re: [cas-user] How can I share tickets between multiple CAS nodes

2022-10-03 Thread Ray Bon
Can you check the mongodb server to see if the tickets are there? Does it work with one cas server. Ray On Fri, 2022-09-30 at 05:40 -0700, a m wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. I