I am having some issues with samlValidate . We are using CAS 4.0.7 . I am getting the following response when I try to call samlValidate url in my browser with the ticket and service (also tried target).
Is there any workaround for this?
<SOAP-ENV:Body>
<saml1p:Response xmlns:saml1p="urn:oasis:names:tc:SAML:1.0:protocol" IssueInstant="2016-11-22T17:32:05.432Z" MajorVersion="1" MinorVersion="1" Recipient="reciepient.." ResponseID="_f0884d2e5ecb01663a4c41e981c092e2">
<saml1p:Status>
<saml1p:StatusCode Value="saml1p:RequestDenied"/>
<saml1p:StatusMessage>
'service' and 'ticket' parameters are both required
</saml1p:StatusMessage>
</saml1p:Status>
</saml1p:Response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thanks
Sourabh