Windows Authentication for Java Based web applications, How to?

前端 未结 2 649
无人及你
无人及你 2020-12-08 16:52

I have a couple of Java-based web applications developed. Both the applications have separate Authentication logic based on some ActiveX directory implementation.

No

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-08 17:07

    I'd recommending using Active Directory to expose it's windows authentication layer over LDAP, which can then be hit by something like Spring Security.

    This would effectively force anyone using your application to use their windows login.

提交回复
热议问题