I need to offer SSO for Windows users in a Seam web application. In our previous project (non-Seam) we used a modified jcifs NTLM filter to handle this, but the solution is crappy, cannot support NTLMv2 and is not supported by jcifs anymore.
JBossNegotiation seems to offer SPNEGO support for JBoss, but I couldn't find any information on how to integrate that to work with the Seam security. Kerberos solution would be preferred, but we could live with NTLMv2 as well.
Any help and/or links/pointers are greatly appreciated!