Can you send the link to the documentation that you used? D.
> On Apr 23, 2015, at 10:18 AM, Paul Brzek <[email protected]> wrote: > > All, > > Thanks for the reply. I took the advice and moved to 4.1, however when I try > to access the REST url, using the setup described in documentation, I get an > 302 redirect to the standard login page. Any ideas as to how to resolve it? > > Thanks, > Paul > > On Wed, Apr 22, 2015 at 5:25 PM, Dmitriy Kopylenko > <[email protected] <mailto:[email protected]>> wrote: > I just want to also add awareness - if anyone is stuck on CAS 3.5.x and use > REST API with the same security filter which brakes the Restlet > implementation, there is an addon module that you could swap in place of > Restlet and enjoy the same, modern REST impl. that users of CAS 4.1 will > enjoy (when CAS 4.1 finally gets released): > > https://github.com/unicon-cas-addons/cas35-addon-rest > <https://github.com/unicon-cas-addons/cas35-addon-rest> > > Best, > Dmitriy. > > On Wed, Apr 22, 2015 at 5:14 PM, Misagh Moayyed <[email protected] > <mailto:[email protected]>> wrote: > 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] >> <mailto:[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] >> <mailto:[email protected]> as: [email protected] >> <mailto:[email protected]> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> <http://www.ja-sig.org/wiki/display/JSG/cas-user> > -- > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > <http://www.ja-sig.org/wiki/display/JSG/cas-user> > -- > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[email protected]> > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > <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 -- 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
