1

We make an appliance with a spring web interface running on Tomcat on Centos Linux.

I'm investigating how we users can connect with out entering a username/password, but instead use windows authentication over http (aka SPNEGO).

as available options mentioned in other SO questions I'm seeing:

none of which sounds like a reliable all around SSO option for tomcat on Centos. also much of the information on these projects is over a year old so it's hard to know if these limits still apply.

What is a viable option for SSO on linux these days?

Arthur Ulfeldt
  • 90,827
  • 27
  • 201
  • 284

2 Answers2

1

Another option might be the "ntlmv2-auth" Java library:

https://sourceforge.net/projects/ntlmv2auth/

It also includes an SSO servlet filter.

0

Option three works perfectly here with Spring 3.0. Go for it!

Michael-O
  • 18,123
  • 6
  • 55
  • 121