Hello Arun, Thanks for post. Now I have successfully implemented my custom authentication handler bundle. Now on next step I am trying to login with my username and password by using http://[localhost]:[port]/j_mycustom_security_check?j_username=[user]&j_password=[password] so that I can get logi...