Does this help? https://github.com/Jasig/cas/issues/886 <https://github.com/Jasig/cas/issues/886>
> On Apr 23, 2015, at 1:21 AM, Paul Brzek <[email protected]> wrote: > > Hi, > > While I was able to configure the implementation of CAS 4.0.1 utilizing the > LDAP, I am running into an issue when I try to implement REST Protocol based > on the official documentation. It appears that my credentials are coming > over as null for the username and password when a TGT information is > requested. Has anyone experienced the same issue and was able to resolve it, > and if so could you post the solution? > > Here is my setting for the REST implementation: > > web.xml > > <servlet> > <servlet-name>restlet</servlet-name> > > <servlet-class>org.restlet.ext.spring.RestletFrameworkServlet</servlet-class> > <load-on-startup>1</load-on-startup> > </servlet> > > <servlet-mapping> > <servlet-name>restlet</servlet-name> > <url-pattern>/v1/*</url-pattern> > </servlet-mapping> > > > Thanks, > Paul > -- > 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 -- 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
