• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Transmission of Windows login to Weblogic Portal ?

 
Ranch Hand
Posts: 563
Google Web Toolkit Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I have this portail which is managed with Weblogic Portal.
The user first connects to his computer, under Windows Vista, in the network (Active Directory).
I would like to transmit the credentials (login, password) he used to connect to the network to the Portail.
So he does not have to connect to the portal if his Windows credentials are valid.

How do i do that ? Is there an authentication provider or connector ?
Thanks in advance.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

As portal is built on top of Weblogic Server I believe you'll find all you need at:

http://edocs.bea.com/wls/docs103/secmanage/sso.html

[]s
 
reply
    Bookmark Topic Watch Topic
  • New Topic