Hello! I am setting up a Cas services 4.0.0. I had already installed a cas server wich using a LdapAuthenticationHandler. They all running in the same container.
cas-management.properties # CAS cas.host=https://myserver:8443 cas.prefix=${cas.host}/cas cas.securityContext.casProcessingFilterEntryPoint.loginUrl=${cas.prefix}/login cas.securityContext.ticketValidator.casServerUrlPrefix=${cas.prefix} # Management cas-management.host=${cas.host} cas-management.prefix=${cas-management.host}/cas-management cas-management.securityContext.serviceProperties.service=${cas-management.prefix}/j_spring_cas_security_check cas-management.securityContext.serviceProperties.adminRoles=ROLE_ADMIN The thing is that, when I try to access to cas manager URL via the server longin interface I have the service ticket created but it says : 404 - /cas-management/j_spring_cas_security_check -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b0c02606-651f-48ec-b062-e3d5c480ea4f%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
