Hide Forgot
Affects: Release Notes Help Desk Ticket Reference: https://na7.salesforce.com/500A0000003zkwT project_key: JBEPP Upon trying to login from an EPP 5.1 instance with SSL enabled (https://localhost:8443/portal/), the ticket validation fails with the following error: Caused by: org.jasig.cas.client.validation.TicketValidationException: ticket 'ST-1-k9kY9cdZBmol5FCNvnBj-cas' does not match supplied service. The original service was 'https://localhost:8443/portal/private/classic' and the supplied service was 'http://localhost:8443/portal/private/classic'. at org.jasig.cas.client.validation.Cas20ServiceTicketValidator.parseResponseFromServer(Cas20ServiceTicketValidator.java:73) at org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator.validate(AbstractUrlBasedTicketValidator.java:188) at org.gatein.sso.agent.cas.CASAgent.validateTicket(CASAgent.java:84) at org.gatein.sso.agent.GenericSSOAgent.processSSOToken(GenericSSOAgent.java:108) at org.gatein.sso.agent.GenericSSOAgent.doGet(GenericSSOAgent.java:73)
This issue is fixed on the trunk while fixing another issue.
accidentally assigned to me
Link: Added: This issue relates to JBEPP-898
Will be fixed by upgrading SSO component to 1.0.2-epp-GA
Release Notes Docs Status: Added: Documented as Resolved Issue Release Notes Text: Removed: Prior to this fix, CAS ticket validation failed when the EPP instance was set up with SSL. This has been fixed and CAS ticket validation works fine with http and https. Added: Prior to this release, CAS ticket validation failed when the JBoss Enterprise Portal Platform instance was set up with SSL. This has been fixed with an upgrade to the SSO component. CAS ticket validation now works as expected with http and https addresses.