Ticket does not match supplied service
-
Hi,
I have a similar issue with the post belowhttps://www.ads-software.com/support/topic/cas-authentication-failed-2/
the difference is I am not using AWS loadbalancer but I just use Nginx to force my site in https. I got the same error response from CAS
<cas:serviceResponse xmlns:cas='https://www.yale.edu/tp/cas'> <cas:authenticationFailure code='INVALID_SERVICE'> Ticket 'xxxxx-casauth' does not match supplied service. The original service was 'https://www.somedomain.com/wp-admin/' and the supplied service was 'https://somedomain.com/wp-admin/'. </cas:authenticationFailure> </cas:serviceResponse>
May I know how and where to define the original service and the supplied service? When the login page route to CAS, the URL https://mycas.com/cas/login?service=https://www.somedomain.com/wp-admin/ contain the “s” in the service parameter as well, while my site is running in https too. So how does CAS knew it is without “s”??
Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Ticket does not match supplied service’ is closed to new replies.