Custom servlet filter in ACS
Hello,I would like to create a custom servlet filter in ACS v5.2 which will be able to fetch username and token from currently authenticated user.Every attempt ended up with failure.Do I need to extend BaseNTLMAuthenticationFilter or something else? ...