spring security - CAS set-up using restlet API to secure REST services -
spring security - CAS set-up using restlet API to secure REST services -
i trying utilize single sing on. able secure web services/pages , want extend rest apis (services) well. using cas 4.0.0. followed link http://jasig.github.io/cas/4.0.0/protocol/rest-protocol.html , alter web.xml suggested , added next jar cas deployment web-inf/lib folder:
cas-server-integration-restlet-4.0.0.jar
org.restlet.jar
org.restlet.ext.spring.jar
org.restlet.ext.servlet.jar
the phone call "v1/tickets" reaching restlet-frame work getting 404 error rest client
status code: 404 not found accept-ranges: bytes content-length: 439 content-type: text/html;charset=utf-8 date: thu, 06 nov 2014 13:12:46 gmt server: restlet-framework/2.2.2
can please help me identify issue set-up or point me detailed documentation.
disclaimer: i'm chairman of cas , founder of cas in cloud (https://www.casinthecloud.com).
the endpoint in lower-case: can try: /v1/tickets?
rest spring-security cas
Comments
Post a Comment