Scott, to give you more informations I follow the example in http://www.ja-sig.org/wiki/display/CAS/Proxy+CAS+Walkthrough.
Step 1 https://server:8443/cas/login?service=https://server/test/test.htm -> result: https://server/test/test.htm?ticket=ST-13-wwMvqqBg3HhJugnlc6Yz Step 2b https://server:8443/cas/serviceValidate?ticket=ST-13-wwMvqqBg3HhJugnlc6Yz&service=https://server/test/test.htm&pgtUrl=https://server/test/pgtCallback https://server/test/pgtCallback doesn't exist, should we have a running function? the answer is the name of the user and the source code is cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas'> <cas:authenticationSuccess> <cas:user>simonet</cas:user> </cas:authenticationSuccess> </cas:serviceResponse> we need to have the pgt in the xml, but we don't understand why is not available. bye simone _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
