I am trying to integrate CAS+SAML.I don't have much knowledge on SAML. CAS has to take SAML request and validate the token in that request .In SAML request i am trying to send valid TGT request ...CAS is comparing with requested TGT with existing TGT's but after that i am getting java.lang.ClassCastException: Ticket [TGT-5-aqwDUwekfgSqhGwrjihBidj7tGamvzZEKmQJ99UtHqLV1P-cas is of type class org.jasig.cas.ticket.TicketGrantingTicketImpl when we were expecting interface org.jasig.cas.ticket.ServiceTicket
And after that i tried to sent Servicetoken ST with the SAML request but CAS is comapring this St with existing TGT's could you please clarify my doubts here 1)which token i need to send to CAS ..?is it TGT or ST..? or any other query..? 2) where can i get the valid TGT or ST from CAS thanks -- 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
