ldap - Restricting URLs using Active Directory in Weblogic 10.3 - where to start? -


We use an Active Directory server to restrict access to some URLs in our Spring Application on a weblogic server Seeing and I do not know where to start, the problem should be quite simple because I understand it, we have a simple app that has many URLs:

  & lt; Root & gt; / Page1.do & lt; Root & gt; / Page2.do & lt; Root & gt; / Page3.do etc  

and an Active Directory server that lists users in two groups, such as "Admin" and "Users". We would love it so much that any of the "Admin" users can access all pages based on the login information provided (no SSO is required), only "Page 2" and "Page 3" Can reach at.

I do not know exactly where it is starting and Google is not going to come. I expected that this is an easy task (add Edi server to weblogic, set up a config file). Does anyone have any experience with this and to get started, what links to good places or work in this fashion will we need to do?

cheers

You form an authentication provider in your weblogic server (s) Should be able to use your ad easily. How to configure:

After this, you can configure security roles and security policies to control access to your server's resources. Again, to start some docs:

If you prefer a good book to start, then this is my suggestion:. Although somewhat old, in this chapter you will know a lot.


Comments