I have a problem with CAS integration into Steam application. After a successfull CAS login, here is the log about the login: ============================================================= WHO: [email protected] WHAT: ST-1-EZGS2J61bbzmdAmhEtpt-eigertrading for https://www.xxxxxxx.com/xxxxx/private/orderForm.seam ACTION: SERVICE_TICKET_CREATED APPLICATION: CAS WHEN: Fri Sep 13 11:15:11 BST 2013 CLIENT IP ADDRESS: 10.244.67.87 SERVER IP ADDRESS: 10.244.67.85 =============================================================
About the validated ticket: ============================================================= WHO: audit:unknown WHAT: ST-1-EZGS2J61bbzmdAmhEtpt-eigertrading ACTION: SERVICE_TICKET_VALIDATED APPLICATION: CAS WHEN: Fri Sep 13 11:15:11 BST 2013 CLIENT IP ADDRESS: 10.244.67.87 SERVER IP ADDRESS: 10.244.67.85 ============================================================= When I tried to start the application which integrated into the Liferay, that application cannot get username from the CAS Principal Object. Here is the log (I did a Debug in the CustomIdentity.java the Exception thrown because the username is null in the CAS Principal Object): 11:15:11,875 INFO [STDOUT] 2013-09-13 11:15:11,875 DEBUG [org.jasig.cas.web.ServiceValidateController] - <Successfully validated service ticket: ST-1-EZGS2J61bbzmdAmhEtpt-eigertrading> 11:15:12,020 DEBUG [Cas20ProxyReceivingTicketValidationFilter] Successfully authenticated user: [email protected] 11:15:12,020 DEBUG [CommonUtils] serviceUrl generated: https://www.xxxxxxx.com/xxxxx/private/orderForm.seam 11:15:12,233 DEBUG [AuthenticationFilter] removing gateway attribute from session 11:15:12,762 ERROR [STDERR] java.lang.NullPointerException 11:15:12,763 ERROR [STDERR] at com.activitree.xxxx.action.CustomIdentity.ssoLogin(CustomIdentity.java:205) Appreciate any help, idea! Thanks Laszlo -- 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
