> Yes,I am trying to write CAS client....So for CAS validation only > Serviceticket is enough ..?
Yes. > but how can i get Serviceticket to pass in a SAML request..? Your question suggests lack of familiarity with the CAS protocol. I am fairly certain that if you study the protocol document I referenced, you'll get clear on what you need to do to get a service ticket. Once you have that, you can send it to whatever URI is configured in the CAS client. If you send it to /serviceValidate, you'll get a CAS 2.0 protocol XML payload; if you send to /samlValidate, you'll get a SAML 1.1 payload. M -- 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-user
