Try setting the service URL to https://myserver/cas/services/j_acegi_cas_security_check instead of the wildcard https://myserver/cas/services/**.
Best regards, -- Carlos. -----Original Message----- From: Rakesh [mailto:[email protected]] Sent: Wednesday, 31 July, 2013 14:29 To: [email protected] Subject: [cas-user] Service Management Application Hi, I am having problems using the Service management app on CAS 3.5.2. I have the service management set up to use JPA and I have added the service management application as the first entry as I am using CAS to authenticate against the service management. I run into issues when I click on logout link present in the service management application. Scenario, 1. Log into Service management application 2. Click on edit / add (works fine) 3. Click on logout link (/services/logout.html) 4. Enter the url to log into service management, user presented with CAS login screen. Enter creds to log into the app. 5. Click on edit / add link and the user is taken back to the CAS login page. Enter creds to log into the app and click on the link and the user is taken back to the CAS login page. on step 5 when the edit / add links are click the logs show the service ticket was not created. Any idea what i might be doing wrong? I have the following flags enabled for Service management application Service URL - https://myserver/cas/services/** Enabled - true Can proxy - false SSO - false Anonymous - False Username - null Order - 1 This the log I see for the service management. authenticated testuser with credential [username: testuser].> 2013-07-31 13:23:57,943 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: [username: testuser] WHAT: supplied credentials: [username: testuser] ACTION: AUTHENTICATION_SUCCESS APPLICATION: CAS WHEN: Wed Jul 31 13:23:57 CDT 2013 CLIENT IP ADDRESS: xxx.xxx.xxx.150 SERVER IP ADDRESS: xxx.xxx.xxx.136 ============================================================= > 2013-07-31 13:23:57,946 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: [username: testuser] WHAT: TGT-8-hU9NC3TbMdOnwdoYhadXYxiIOeO7s5n9ek5tWDhQWIaOcMVJuy-mydev107-d1 ACTION: TICKET_GRANTING_TICKET_CREATED APPLICATION: CAS WHEN: Wed Jul 31 13:23:57 CDT 2013 CLIENT IP ADDRESS: xxx.xxx.xxx.150 SERVER IP ADDRESS: xxx.xxx.xxx.136 ============================================================= > 2013-07-31 13:23:58,029 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-7-t1GDTSkSa2CDT9SuFJJt-mydev107-d1] for service [https://myserver/cas/services/j_acegi_cas_security_check] for user [testuser]> 2013-07-31 13:23:58,032 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: testuser WHAT: ST-7-t1GDTSkSa2CDT9SuFJJt-mydev107-d1 for https://myserver/cas/services/j_acegi_cas_security_check ACTION: SERVICE_TICKET_CREATED APPLICATION: CAS WHEN: Wed Jul 31 13:23:58 CDT 2013 CLIENT IP ADDRESS: xxx.xxx.xxx.150 SERVER IP ADDRESS: xxx.xxx.xxx.136 ============================================================= > 2013-07-31 13:23:58,126 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: audit:unknown WHAT: ST-7-t1GDTSkSa2CDT9SuFJJt-mydev107-d1 ACTION: SERVICE_TICKET_VALIDATED APPLICATION: CAS WHEN: Wed Jul 31 13:23:58 CDT 2013 CLIENT IP ADDRESS: xxx.xxx.xxx.136 SERVER IP ADDRESS: xxx.xxx.xxx.136 ============================================================= > 2013-07-31 13:24:29,013 WARN [org.jasig.cas.CentralAuthenticationServiceImpl] - <ServiceManagement: Service Not Allowed to use SSO. Service [https://myserver/cas/services/j_acegi_cas_security_check]> 2013-07-31 13:24:29,018 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN ============================================================= WHO: testuser WHAT: https://myserver/cas/services/j_acegi_cas_security_check ACTION: SERVICE_TICKET_NOT_CREATED APPLICATION: CAS WHEN: Wed Jul 31 13:24:29 CDT 2013 CLIENT IP ADDRESS: xxx.xxx.xxx.150 SERVER IP ADDRESS: xxx.xxx.xxx.136 ============================================================= Thanks, Rakesh -- 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
