Neil,
This sounds like a discussion of making use of CAS rather than of
collaborating on developing the Jasig CAS open source software product
itself, so it might reach more of the right people on the cas-user@ list
rather than the cas-dev@ list.
That said, what I think you're asking is how to validate a ticket.
Your CAS-using application makes an https:// request to that
serviceValidate URL you cited. It (the CAS-using application) then
parses and makes use of the lightweight XML response that CAS provides
in response to that HTTPS request. CAS doesn't call back to or "send"
the XML anywhere, it just provides it directly in the response to the
HTTPS request.
However, you don't need to code your own software library to make these
calls and parse these XML responses and so forth -- the .NET CAS Client
wants to do that for you in your apparently ASP CAS-using application.
Kind regards,
Andrew
On 9/22/2011 2:20 PM, Neil Alertsen wrote:
(I hope this is an easy one for you guys.)
I am setting up CAS and I get the XML response but I do not know what page to
use to edit it or where to capture the response.
The URL for the service is:
".../cas/serviceValidate?service=http://lynda...edu/default.asp&ticket=..."
I assume that the XML would be sent to "lynda...edu/default.asp" page but I
cannot seem to catch it there.
Was I correct in my presumption or would it be found somewhere else?
Neil
--
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