[cas-user] org.jasig.cas.client.validation.TicketValidationException

2015-01-29 Thread Bryan Wooten
We have a development team with about 140 CASIfied java apps running on Glassfish. They are using CAS client version 3.2.1. They have noticed that their log files are filled with the above exception and have asked me to help them resolve this. Our CAS servers are 3.4.12 and uses ehcache for

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2015-01-29 Thread Marvin Addison
They have noticed that their log files are filled with the above exception and have asked me to help them resolve this. Are they using the SAML 1.1 protocol perchance, say to get attributes? The CAS client enforces the SAML assertion validity window, which is a unique feature of SAML. Clock

RE: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2015-01-29 Thread Bryan Wooten
Thanks Marv, These applications are not using SAML 1.1 I’ll need to consider how to proceed. -Bryan From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Thursday, January 29, 2015 10:36 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2015-01-29 Thread Sean Baker
Addison [mailto:marvin.addi...@gmail.com mailto:marvin.addi...@gmail.com] Sent: Thursday, January 29, 2015 10:36 AM To: cas-user@lists.jasig.org mailto:cas-user@lists.jasig.org Subject: Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException They have noticed that their log

RE: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-10 Thread Laura Negre
’ Ticket ‘ST-16-7iLOYZJwmT2IVFlkknqh’ not recognized /cas:authenticationFailure /cas:serviceResponse Thanks De : Scott Battaglia [mailto:scott.battag...@gmail.com] Envoyé : vendredi 5 février 2010 17:13 À : cas-user@lists.jasig.org Objet : Re: [cas-user

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-10 Thread Scott Battaglia
/cas:authenticationFailure /cas:serviceResponse Thanks *De :* Scott Battaglia [mailto:scott.battag...@gmail.com] *Envoyé :* vendredi 5 février 2010 17:13 *À :* cas-user@lists.jasig.org *Objet :* Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException Just a note

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-10 Thread Adam Rybicki
[mailto:scott.battag...@gmail.com mailto:scott.battag...@gmail.com] *Envoyé :* vendredi 5 février 2010 17:13 *À :* cas-user@lists.jasig.org mailto:cas-user@lists.jasig.org *Objet :* Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException Just a note that newer

[cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-05 Thread Laura Negre
I have this error in the log : ATTENTION: org.jasig.cas.client.validation.TicketValidationException: ticket 'ST-26-SN8bAqhHS1fHh0XCs9eX' does not match supplied service org.jasig.cas.client.validation.TicketValidationException: ticket 'ST-26-SN8bAqhHS1fHh0XCs9eX' does not

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-05 Thread Marvin Addison
I have this problem when I connect to CAS. Do you think it’s a problem with LDAP? Doubtful it's related to the authentication handler. It's failing once the client presents the ticket it received from the server for validation, which would imply a successful authentication previously. Your

Re: [cas-user] org.jasig.cas.client.validation.TicketValidationException

2010-02-05 Thread Scott Battaglia
Just a note that newer versions of CAS will actually return the two service urls that do not match. My guess is you're on an older version of CAS. The error probably means that you authentication filter and validation filter don't match on what is being sent to CAS. On Fri, Feb 5, 2010 at 8:40