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 ident to 
a user, which is then used to determine the role for authorization.  Web 
service calls are used beyond the web server to process business logic, so 
proxy tickets would be helpful.  Since the device cannot do a redirect CAS must 
process the u/p and return a ticket.  I planned to write a custom filter that 
would grab the u/p from the HTTP call and make a call to CAS via /login to 
authenticate and return the ticket, which would then be validated via 
/serviceValidate.  Is this possible?

Thanks,
Tim Dalsing
-- 
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

Reply via email to