Hi All,
We are facing an issue with the JAAS CustomLoginModule which was implemented for a customer. The requirement is as follows:
We have a need to set the “Failure Attempts” to a custom Attribute of the User. And on successful login, we need to clear the “failure attempts” custom attribute in the SessionLoginModule.java which is implemented on IntraspectHttpLoginModule. Give below is the method which set the failure attempts. We are getting a Security Exception in the IThunk class loading process. Can somebody guide us on how to overcome this issue. Please find the Jaas.conf and the Java classes attached for your reference.
For More Information Given below is the use case:
When a user clicks on a link that is generated from an e-mail subscription notification, it takes them to the collab site, but redirects them to the login page (as it should). However, if the user enters her password incorrectly, the site displays a blank page instead of giving the user feedback regarding the incorrect password. I've tested this out and the feedback works fine when you access the login page directly at https://<COLLAB>/gm/login.jsp, but whenever you enter a different URL and are redirected to the login page, a blank page always appears upon entering an incorrect password. (Everything works just fine if the password is entered in correctly).
Regards,
KK