Hi,
Heres the scenario, I have 2 we applications, say WebApp1 and WebApp2. WebApp2 uses Spring and Acegi, whereas WebApp1 is a simple web application. The user can directly login to WebApp2 and give his username and password where his credentials will be authenticated using Acegi framework. The user can as well try to login to WebApp2 via WebApp1, in this case what I planned to do is, get the username and password from WebApp1 and forward it WebApp2(as a QueryString).
Now, in WebApp2 how can I manually authenticate the user given that I have the username and password.
Please help me out with this or atleast point to where I can get more info abt it.
Thx in advance.


