-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error ill-formed ticket found in the URL when ticket is encrypted #240
Comments
Related to #180 |
I don't believe it is related to #180 because php CAS doesn't need to decrypt the ticket instead the criteria for what is a valid ticket needs to accept that the encrypted ticket is valid and just pass it back. |
Can you please supply a debug log? |
3424 .START (2017-08-22 12:11:13) phpCAS-1.3.5 ****************** [CAS.php:468] |
Thanks, looks like we simply need to adjust the regexp security filter for the ticket so that it allows all formats including the new encryption. |
If the cas server is encrypting the ticket value (cas.ticket.security.cipherEnabled=true) the php client fails with the error: Error ill-formed ticket found in the URL
You have to set this property to false for the client to work.
The text was updated successfully, but these errors were encountered: