Мне нужно, чтобы обеспечить мои RESTful лиц без WebServices с CAS и сейчас я пытаюсь следовать этому Spring Stateless CAS демо, но постоянно получаю следующее сообщение об ошибке:Stateless CAS - Прилагаемый прокси обратного вызова URL j_spring_cas_security_proxyreceptor»не может быть заверены
22:42:27.885 [http-nio-8443-exec-8] [first-spring-stateless] DEBUG o.s.s.c.web.CasAuthenticationFilter - Authentication request failed: org.springframework.security.authentication.BadCredentialsException:
The supplied proxy callback url 'https://localhost:8443/first-spring-stateless/j_spring_cas_security_proxyreceptor' could not be authenticated.
при доступе к https://localhost:8443/first-spring-cas/testProxy.do
URL
Это, например, мой appointmentServiceUrl
- https://localhost:8443/first-spring-stateless/appointment.jsp?ticket=PT-110-a2a6eOE3lwImcwGpZ2Jp-cas.example.com
Что может быть причиной этого?