Hello,

I already went through the documentation 
at http://jasig.github.io/cas/4.1.x/protocol/REST-Protocol.html to enable 
the REST protocol in the cas-webapp. My cas web app is configured with ldap 
authentication and I am also looking to support basic auth for the mobile 
clients. I made the only change in the build.gradle inside the 
cas-server-webapp to get the cas-server-support-rest included runtime.

*diff --git a/cas-server-webapp/build.gradle 
b/cas-server-webapp/build.gradle*

*index 7ea7604..4175555 100644*

*--- a/cas-server-webapp/build.gradle*

*+++ b/cas-server-webapp/build.gradle*

@@ -46,6 +46,7 @@ dependencies {

     compile project(':cas-server-webapp-reports')

     compile project(':cas-server-webapp-themes')

     compile project(':cas-server-webapp-validation')

+    runtime project(':acs-server-support-rest')


However, the /tickets end point is not available. What am I missing here?

-- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.

Reply via email to