« Return to Thread: Using Custom FromAuthenticator in Security Handler

Using Custom FromAuthenticator in Security Handler

by vnamboo :: Rate this Message:

Reply to Author | View in Thread

Hi,

I am injecting my custom form authenticator class, which extends JETTY FormAuthenticator, to SecurityHandler using Spring. But I could see that my custom form authenticator's authenticate method is never triggered rather default FormAuthenticator is used.

Please advice why it is happening.

 « Return to Thread: Using Custom FromAuthenticator in Security Handler