Windows authentication from a Java Spring application -
Windows authentication from a Java Spring application -
i'm deploying java application built spring on windows network. network uses active directory users login desktops active directory user names.
now, i'm trying add together feature when user opens browser access application (which deployed on same network) application automagically picks username , authenticates them.
during research came across blog post: http://blog.springsource.org/2009/09/28/spring-security-kerberos/ however, think approach might not required in scenario since i'm deploying application same windows network.
question
what ways access user token web app can authenticate users?
we utilize ntlmhttpfilter.
you configure filter in web.xml, tell domain controllers live, , pretty much works. net explorer provide credentials without taking action, firefox (and suppose chrome) prompt login.
java authentication spring-mvc active-directory spring-security
Comments
Post a Comment