AbdulHayee
AbdulHayee

Reputation: 101

How to implement windows authentication in spring based Java-application?

How to implement windows authentication in spring based Java-application? I have created authentication using spring security,But i want to use windows credential while user login to my application.

Upvotes: 0

Views: 792

Answers (1)

Cristi Marian
Cristi Marian

Reputation: 453

It's not cross browser but you can try this https://github.com/michail-nikolaev/springsecurity3-activedirectory-ntlm-test

Upvotes: 1

Related Questions