I am trying to setup proxy validation and despite all the messages on this 
list, I am lost (or maybe I am just too tired). Kindly bear with me-

I am trying to access https://tedzo-wxp01.bling.com:8443/Test/Test.jsp to begin 
with.
1. I modify web.xml to add Cas20ProxyReceivingTicketValidationFilter (among 
others. This client 3.1.3).

2. I add the init param proxyCallbackUrl ( 
https://tedzo-wxp01.bling.com:8443/Test/PGTReceive )
PGTReceive is a Servlet that will receive the PGTIOU/PGT pair.

3. Set allowAnyProxy to true, for now.

4. Now, PGTReceive is a servlet with a doGet and doPost methods. CAS will 
POST/GET the PGTIOU/PGT pair to this servlet? How do I extract it? (session 
variable? name of variable?)

5. Originally, I was trying to reach 
https://tedzo-wxp01.bling.com:8443/Test/Test.jsp. I should be able to have 
access to half (PGTIOU) of the PGTIOU/PGT pair from Test.jsp, so that I could 
get the PGT from PGTReceive servlet. How do I access the PGTIOU from Test.jsp? 
Is it in the session or something?

6. Is the PGT from the PGTIOU/PGT pair a one time use only kind of ticket or 
can I use it multiple times? Meaning, I get to the PGT somehow and then I pass 
it on the the proxied application. Then can I pass the same PGT to different 
proxied application?

7. I couldn't understand the difference between proxyReceptorUrl  and 
proxyCallbackUrl. Both seem to be receiving the PGTIOU/PGT pair....

Greatly appreciate your thoughts (or pointers to any documentation).

Thanks.


      
-- 
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

Reply via email to