This works for our ASP apps doing proxy authentication:

                         
strurl=CAS_Server&"/cas/proxyValidate?ticket="&strticket&"&service="&strReturnURL&"&pgtUrl="&strpgtURL
                         set ObjHttp  = 
server.Createobject("MSXML2.ServerXMLHttp.3.0")
                         ObjHttp.Open "GET",strurl,false
                         ObjHttp.Send()
                         strhttpResult = ObjHttp.responseText
                         Set ObjHttp = Nothing



At 11:48 AM 10/30/2007, you wrote:
>Hello
>
>I am trying to CASify a 3rd party application. It is written in classic
>ASP (not .NET). I can get ASP to read in the ticket URL variable but I
>am having trouble finding a good way to pass that ticket back to the CAS
>server and get a response. I can't find a good "stream reader" for
>classic ASP. Any ideas?
>
>Thanks,
>
>--John C.
>
>--
>John J. Culkin                  Systems Administrator
>[EMAIL PROTECTED]        The University of Scranton
>Phone: (570) 941-7665
>
>_______________________________________________
>Yale CAS mailing list
>[email protected]
>http://tp.its.yale.edu/mailman/listinfo/cas

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to