• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Authentication on Active Directory without having to inform login/pass again

 
Ranch Hand
Posts: 701
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

All the users from my application use Microsoft Windows as operational system. So, they all have a network user id and password from Active Directory.

I'd like to know if there is a way these users could access my application (web or desktop) with the login they already informed when they logged in on the network. They shouldn't have to inform login and password again to enter the application, because they get this information from Active Directory they already have logged.

Is there a way to do that, in a Java application?

Thank you.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you considered jcifs? see - http://jcifs.samba.org/src/docs/ntlmhttpauth.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic