is there a autologin URL for Agile?
we tried to have a user login to Agile by just clicking a URL which contains id & password for the user, something like following,
http://hostname/Agile/j_security_check?j_username=xxx&j_password=xxx
but then got the error "Resource /Agile/j_security_check not found on this server", looked like that j_security_check don't know how to forward the page after a successful authentication, so my question is, any parameters there so that we could tell j_security_check to forward to?
Regards,
Makson