authentication - Using Tomcat NTLM with Spring Security -


i'm using spring security 2 spring mvc. tomcat container using has ntlm support , provide access authenticated users, before forwarding username in header of request.

i tried writing custom autenticationentrypoint idea no form/ http-basic login required, since request header contain userids. far, have found no means of achieving this.

any ideas , suggestions highly appreciated.

thanks.

look @ waffle. maybe waffle not want, has spring security filter implementation on receiving end of you're trying achieve.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -