Hello,
I am developping a voice application (using voxeo platform) that interacts with a JBoss AS and need user authentication. I would like to use some authentication technique that is similar to the form based authentication (the j_security_check action) The problem is that I don't have the possibility to initiate this action from the voice application.
A servlet intercepts the voice application request. Is there a way for me to forward the request to another servlet that calls this action (j_security_check) and get back to the adequate servlet afterwards?
Do you have any suggestions?
Thanks
Sarah