-
Notifications
You must be signed in to change notification settings - Fork 16
Ticket Validation Failure #31
Comments
Is there more in the CAS logs? Do you have it at DEBUG level? |
The CAS logs are regular:
But when Shib try to use the ST to obtain the attributes, the CAS response is
The strangest thing is that this behaviour happens only when there is already a session active for the user (so the SSO feature is exploited without the insertion of credentials) and only for a few Service Providers... |
Please reformat the logs so they are easier to read and review. |
Hello, |
I don't remember it exactly, but you should try to force the "renew" parameter to true value to bypass the problem. |
We identify a similar problem with IdP 3.4 and CAS 6.0 with shib-cas-authn3. In our case, empty attributes sent by CAS to Shib-cas-auth3 produce "InvalidTIcket" errors and it breaks authentication workflow. |
Hi to all,
I've a problem during the ticket validation: when the shib-cas-authn call the cas/serviceValidate I obtain an error. The log is:
<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'>
<cas:authenticationFailure code='INVALID_TICKET'>
Il ticket ''{0}'' non � stato riconosciuto
</cas:authenticationFailure>
</cas:serviceResponse>
But if I look at the CAS logs, I obtain that the service ticket has been correctly validated. So, what is the problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered: