Securing some parts of a WebApp in WebLogic
These are the steps to protect some urls of a web application deployed in WebLogic: AUTHENTICATION PROVIDERS Create appropiate authentication provider configuration. Restart WebLogic AdminServer and check that you are getting users, groups and user/groups membership from the external ldap repository DEPLOYMENT DESCRIPTORS Supose: You have a group in LDAP called extranetgroup. User joe belongs […]
More