Hi Scott B, Try using the trunk of the DotNetCasClient (if you aren't already). The last few commits were related to proxy ticket support. I haven't had too much of an opportunity to do thorough testing on it, but I did write a page in the example web site that generates a proxy ticket and passes it off to a ClickOnce app via URL parameter. The ClickOnce app validates the proxy ticket successfully on my end. I still wouldn't rule out the possibility that you've stumbling on a bug in the client.
I remember that I had a pretty hard time getting it to work on my machine. I think my problem had something to do with SSL certificate trust issues between Java and .NET. I detailed my development environment setup in these 2 messages. 3/24/2010 // RE: [cas-user] Exception when getting Proxy Granting Ticket 4/5/2010 // RE: [cas-user] SSL Error Try adding the DotNetCasClient project to your solution and adding it as a project reference rather than a .dll reference. This way you can set breakpoints in the client and step through the code. -Scott H > -----Original Message----- > From: Scott B [mailto:[email protected]] > Sent: Thursday, May 06, 2010 5:46 PM > To: [email protected] > Subject: Re:[cas-dev] Clearpass DotNetCasClient Proxy Ticket error > > > Thats for the quick reply Scott! > > CAS firewall: I have confirmed with the security team that there are no > outbound firewall rules in effect > > Host firewall: I am running the IIS server of my local developer > machine. I > recieve the same error if I turn my firewall off during testing. > > Network firewall: we also run a network firewall. I examined the logs > and > there was no blocked traffic related to my IP or the CAS server IP. > > thanks again, > > > -- > View this message in context: > http://jasig.275507.n4.nabble.com/Clearpass-DotNetCasClient-Proxy- > Ticket-error-tp2133333p2133408.html > Sent from the CAS Developers mailing list archive at Nabble.com. > > -- > 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-dev -- 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-dev
