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

Active Directory Authentication in Weblogic

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

I am running Weblogic in windows 2000 server and I want to authenticate my web application.

How can I achieve that ?

Any ideas.
A.B
 
Awais Bajwa
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

Either no one understood my question or nobody knows the answer, but I am not sure about the later clause, so I am trying to explain it a bit more.

I have an windows active directory 2000 service, and all my users and groups, domain users have their credentials stored in that server. I want that whenever any user accesses that web application, browser automatically pass those credentials to the authentication provider of weblogic. So that the user gets authenticated from that module.

I believe this is a common thing and lots of people have done it in their projects already. I want to knwo where I have to call weblogic API and which API i need to call ?? any link or any idea how to achieve this ?

Regards
A.B
 
reply
    Bookmark Topic Watch Topic
  • New Topic