• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

I want to my webapplication authentication by Windows users.

 
Ranch Hand
Posts: 60
Hibernate Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 7
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic