Harry, I found this page ( http://opensource.case.edu/projects/CAS/wiki/VBScript ) to be helpful while I was attempting to CASify one of our Classic ASP third party systems on campus. I added a few application-specific tweaks to it, but it is mostly the same as their example.
You might check and see if they wouldn't mind you using the information on your wiki. -Anson On Oct 30, 2007 8:26 PM, Harry Ng <[EMAIL PROTECTED]> wrote: > > 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 >
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
