I am having issues with a javascript pop up login window, that when URL redirect to another service, the CAS login screen is displayed.
I have application A(websiteA), where user logs in using a javascript pop up window, which succeeds. After successful login, URL redirect to application B(websiteB). But when websiteB is displayed, it behaves as if user has not logged in, and CAS login page is displayed. CAS login server is serverCAS. I do have fully functional CAS server, where normal process uses CAS login screen. ExampleA: webserverX -> login -> serverCAS -> login page -> success -> forward back to webserverX What I need is: ExampleB: websiteA-> login popup -> authentication success -> forward to websiteB But websiteB forwards to serverCAS login page. It is as if ssoEnabled=false, which it is not. I see in logs that for ExampleA SERVICE_TICKET_VALIDATE_SUCCESS happens. And in ExampleB, I do not see that. Does ticket validation need to be done? Any advice? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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 view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/08508259-b5dd-46f2-bf72-1233f44732c8%40apereo.org.
