Hello, I have the following situation: I need to integrate the login view of CAS in a portal. The CAS is used for access to an application that is an server (server A) with its CAS-client. The portal are in a different server (server B)
I can show the login view in an iframe in the portal, but what I want is: If the login is successfull, I have a valid ticket, redirect the iframe to the main window (i.e using javascript) If the login is not successfull, show the error in the portal( in the practice do nothing). The problem is that my applications are in different servers, so I can't access to the session variables of the serverB in the serverA. I don't know how to obtain the ticket of the login in the portal to decide if I have to redirect or not. Are there any way to do that?
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
