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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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