Hi Tom,

As far as you have a solution on ASP client, can you help to document this
in our wiki

http://www.ja-sig.org/wiki/display/CASC/Clients

Currently, we only have ASP.NET clients, and we did receive questions about
how to integrate in ASP. Your experience will be very useful to those
deployers.

Thanks,
Harry


Tom O'Brien-2 wrote:
> 
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-CAS-Ticket-info-with-ASP-%28not-.NET%29-tf4720753.html#a13501337
Sent from the CAS Users mailing list archive at Nabble.com.

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

Reply via email to