Application that is deployed on Weblogic and Authenticates against Active Directory requires Weblogi
We have a application that authenticates users against Active Directory however for some reason if the Weblogic Admin Server is not running then the users cannot authenticate.
I think we need the Admin Server as this is where the Security Context is deployed. In theory that should be configurable. The other thing we seem to use the admin server for is retrieving users from Active Directory. This is run as RunAsAdmin. We got some code from BEA at the time to query LDAP / AD which implements a Weblogic class i.e. weblogic.security.Security.
Would anyone know how I could change the configuration so that I don;t require teh Admin Server to be running in order for users of the application to be able to login.