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]<mailto:[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/YT3P288MB00948E661F7E3F2BFA0DE82CCEA1A%40YT3P288MB0094.CANP288.PROD.OUTLOOK.COM.
