I don't have the exact version of CAS that generates the ticket. The limitation is that I need to be able to validate the ticket in its current format.
The problem is that the Apache-CAS module, which is the one I need to use, isn't working due to technical limitations, because the ticket contains the ":" character. The source code for the module I'm using is in the following repository: https://github.com/apereo/mod_auth_cas.git Is there a way to consume a ticket with ":", using the Apache CAS module? El jueves, 11 de diciembre de 2025 a las 17:59:36 UTC-3, Ray Bon escribió: > Marcelo, > > What is generating (application, version, etc.) the ST? > > Ray > ------------------------------ > *From:* 'Marcelo Dalmao' via CAS Community <[email protected]> > *Sent:* December 10, 2025 11:04 > *To:* CAS Community <[email protected]> > *Subject:* [cas-user] Problems with CAS ticket containing ":" in your > stirring > > > I'm using the Apache CAS module to connect to a service. The problem I've > detected is that the ticket contains ":" as part of the ticket content. > Therefore, the validation is failing. > > The validCasTicketFormat function checks the ticket format. The current > code restricts the postfix state to alphanumeric characters (isalnum), > hyphens (-), and periods (.). The colon (:) character is not allowed in > that state, causing tickets with the format being generated to be > considered invalid. > > I'm sharing an example of the ticket: > ticket=ST-450102-gFMHJgdIpbqHWfmweZaJ-cas.01*:cas.01* > > > -- > - Website: https://apereo.github.io/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/cb316b7b-0183-40ee-b85d-d02daa7a79a2n%40apereo.org > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/cb316b7b-0183-40ee-b85d-d02daa7a79a2n%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/51b61867-30be-4f84-9faa-d455661dd3d8n%40apereo.org.
