0

I am working on a Spring WebFlow Project and the firm is asking to remove the login process and somehow just get the windows NT user from the workstation.

Does anyone know of any way to do this?

Please help me out..

Johnathan Smith
  • 1,112
  • 2
  • 17
  • 34
  • I think you're using Spring Security, correct? If so, this will be a question for that tag, I believe. I haven't done it myself, but I'm guessing there's a Spring Security implementation which uses Windows authentication. – dbreaux Sep 12 '12 at 14:42
  • yes I am using Spring Secuirty but I dont see anyway to get the NT user from workstation – Johnathan Smith Sep 12 '12 at 15:22

1 Answers1

0

What you're looking for is NTLM, a quick search revealed this blog entry: http://blog.mediasoft.be/ntlm-with-spring-security-20

fudge
  • 121
  • 1
  • 5