Hi,
I always get authentication failed when using custom login module (i.e) my own login module extending AbstractPasswordCredentialLoginModule. But it works fine while using default login module like ConfiguredIdentityLoginModule, SecureIdentityLoginModule.
Thanks,
Sudhananthan B.
It works only if the extended login module class is provided as module like
<login-module code="com.mymodule.CustomLogin" flag="required" module="com.mymodule">