Re: [cas-user] Auth with proxy and without redirection

2012-04-09 Thread Dmitriy Kopylenko
You need to send username and password in the request body as application/x-www-form-urlencoded and not as URL request params. Dmitriy. Sent from my iPhone On Apr 8, 2012, at 22:38, Tim Dalsing tdals...@vmware.com wrote: Turned on DEBUG and got this in the logs: 2012-04-08 11:18:31,169

Re:[cas-user] Auth with proxy and without redirection

2012-04-07 Thread Tim Dalsing
Awesome, thanks. I added the dependency, restarted the server, and tried it using curl. I am using the test auth mgr that validates user=pass, but I get a bad creds exception even though I'm using the same user/pass that works with the regular login scenario using redirection. Is there

Re: [cas-user] Auth with proxy and without redirection

2012-04-07 Thread Dmitriy Kopylenko
The logs at the DEBUG level would help to pinpoint the problem. Cheers, Dmitriy. Sent from my iPhone On Apr 7, 2012, at 13:25, Tim Dalsing tdals...@vmware.com wrote: Awesome, thanks. I added the dependency, restarted the server, and tried it using curl. I am using the test auth mgr

[cas-user] Auth with proxy and without redirection

2012-04-06 Thread Tim Dalsing
Is is possible to use CAS to authenticate a user/pass via /login without redirection? The client isn't actually a browser, but a hardware device that sends identification (the user) and a credential (the password) in an HTTP call. I would like to use CAS to authenticate the device and map the

Re: [cas-user] Auth with proxy and without redirection

2012-04-06 Thread Dmitriy Kopylenko
Tim, the REST API should be able to accommodate your use case: https://wiki.jasig.org/display/CASUM/RESTful+API Cheers, Dmitriy. Sent from my iPhone On Apr 6, 2012, at 16:48, Tim Dalsing tdals...@vmware.com wrote: Is is possible to use CAS to authenticate a user/pass via /login without