Hi, Karl,
The URL to which the services management app redirects is set in WEB-INF/cas.properties (specifically, in the server.prefix property, which is used to build the full URL for the cas.securityContext.serviceProperties.service, cas.securityContext.casProcessingFilterEntryPoint.loginUrl, and cas.securityContext.ticketValidator.casServerUrlPrefix properties. You'll need to update it to match the port on which CAS is running. Best regards, -- Carlos. From: Karl Nielsen [mailto:[email protected]] Sent: Thursday, 10 January, 2013 13:43 To: [email protected] Subject: [cas-user] services management I have setup cas using the war-overlay method locally. II used version 3.5.1. It is authenticating to our LDAP server and I even have a sample Spring App authenticating through it. When I try to access the services management webapp like described here: https://wiki.jasig.org/display/CASUM/Services+Management using this url: https://localhost:8444/cas/services/ (I set mine to use port 8444) it tries to redirect to 8080 and fails (I have 8080 disabled, but I am wondering why it is switching back to not being secure) to this url: http://localhost:8080/cas/login?service=http%3A%2F%2Flocalhost%3A8080%2Fca s%2Fservices%2Fj_acegi_cas_security_check Can someone point me in the right direction? Thanks, Karl -- 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 -- 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
