Can anyone roughly explain how can i do window authentication in JSF application? From google search quite lot of example is about asp.net.
A:
This doesn't really have anything to do with JSF, but rather if your app server has an authentication provider for windows (kerberos/NTLM) authentication.
Ryan Fernandes
2009-07-16 08:12:21
A:
Here's an open source library, http://spnego.sourceforge.net, that has a ton of examples.
It is actually pretty easy. The library is implemented as a servlet filter.
It has instructions on how to first getting everything setup in your environment.
It has install instructions for Tomcat, JBoss, and Glassfish.
Pat Gonzalez
2009-11-16 18:51:46