Mark Kafe wrote:Hi,
I want to do authentication based on the windows user accounts for my web
application. When user access web application automatically authenticate by their windows account.
my application in JSP.
This is possible...............? any idea about this.................?
advance Thanks
Always search before starting a new topic.
The query is already answered here.
You can integrate your application to Active Directory (AD) for authentication.
With that, as and when the user accesses your webpage, the webpage can check for the presence of certain groups / roles in his network ID and can allow/block access to the page based on that.