CAS proxy - can't receive PGTIOU

Simone Cicalissi simone at zenvoo.ch
Thu Nov 29 15:34:53 EST 2007


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




More information about the cas mailing list