Databases Reference
In-Depth Information
Getting ready
The change will be made by using the Administration Console, so make sure the
Administration Server is running.
How to do it...
Create a new group, myAuthGroup , and a new user, authUser , for PRODSQLProvider :
1. Access the Administration Console again by pointing your web browser to
http://adminhost.domain.local:7001/console .
2. Click on the Security Realms option in the left-hand navigation box, and then click on
the myrealm link.
3. Click on the Users and Groups tab.
4. Click on the Groups tab and click on the New button.
5. Enter myAuthGroup in the Name text field and choose PRODSQLProvider from the
Provider drop-down menu. Click on the OK button.
6. Click on the Users tab and then on the New button.
7. Enter authUser in the Name text field, choose PRODSQLProvider from the Provider
drop-down menu, and enter authpwd123 in the Password and Confirm Password
text fields. Click on the OK button.
8. Click on the authUser user for PRODSQLProvider and click on the Groups tab.
9. Associate the myAuthGroup group with the user by checking the myAuthGroup
checkbox in the Available table and then clicking on the > button. Click on the
Save button.
See also
F Securing a web application with basic authentication
Securing a web application with basic
authentication
WebLogic Security services allow the WebLogic Administrator to add declarative security roles
and policies to WebLogic resources such as web applications, EJBs, and other resources
without making changes to the source code or to the file descriptors of the application.
In this recipe, a hypothetical myAuthApp.war web application will be deployed and
configured to be accessed only by the users from the PRODSQLProvider that are
members of the group myAuthGroup .
 
Search WWH ::




Custom Search