Hi,
I have an application using seam 3 that has a login form using a simple authentication process. Basically, the example from the documentation. Now, I need a way to bypass the login form, something like, create a servlet that would receive the credentials as parameters and call the same authentication process. Is that even possible?
Thanks
Kelly