I used to be able to access services management, but at some point I must have changed a config or broken something, because it isn't working.
https://cas.domain.edu:9443/cas/services/manage.html redirects to https://cas.domain.edu:9443/cas/login?service=https%3A%2F%2Fcas.pcc.edu%3A9443%2Fcas%2Fservices%2Fj_acegi_cas_security_check%3Bjsessionid%3DEB7F8B29D4E1B38EA282AD6A677F2299 I authenticate with the user in userDetailService: <sec:user-service id="userDetailsService"> <sec:user name="myUser" password="notused" authorities="ROLE_ADMIN" /> </sec:user-service> When I click login, the browser lands on https://cas.domain.edu:9443/cas/login with the message: Log In Successful But I do not end up on the services management page. If I try to go to https://cas.domain.edu:9443/cas/services/manage.html again, it just redirects back to /cas/login (success). Any ideas? -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
