Hi,
I've been asked to find a way to save Users information created through Active Directory in my application datasource so my application can check if the user as authorization.
My application, services to fetch the data and datasource will be in the weblogic.
What I found so far was that there as to be a Active Directory Provider in the weblogic to do the authentication, and it will work similar to SQL Provider, puting all users and groups in the weblogic.
Basically what I think I have to do is create something ( service or DB package function maybe ) that will somehow establish the synchronization between both AD and my database.
How can I do it, or there is an easier way to do it?
Thanks