Hello everyone,

I am new to CAS, and now used CAS for my first project.

What I want to do is have a website and a external java program access a cas 
protected webservice by authenticating with CAS.
The website is already authenticating to CAS by using the login form without 
problems, and everything here is working great.
Now for the external java program I tried doing an authentication by using the 
CAS RESTful API. The retrieval of the TGT and ST is working great, but when I 
now try to access the webservice it is not working as expected.
If I do GET request to say http://webservice/resources/sample by sending the ST 
as a query parameter everything is working great. When I now try to access the 
same resource by POST and also provide the ST as an query parameter, the 
request fails.

Does anyone know what I am doing wrong?

Regards, genix.


Server informations:
--------------------
For the CAS server, website and the webservice are all running on glassfish 
servers. The website and webservice are both running on the same server.
-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to