Oracle weblogic : Assigning a user to a group
Here a new group called
Create a new group,
myAuthGroup will be created and a new user, authUser, will be created and assigned to this group. PRODSQLProvider will be used.Create a new group,
myAuthGroup, and a new user, authUser, for PRODSQLProvider:- Access the Administration Console again by pointing your web browser to
http://adminhost.domain.local:7001/console. - Click on the Security Realms option in the left-hand navigation box, and then click on the myrealm link.
- Click on the Users and Groups tab.
- Click on the Groups tab and click on the New button.
- Enter
myAuthGroupin the Name text field and choose PRODSQLProvider from the Provider drop-down menu. Click on the OK button. - Click on the Users tab and then on the New button.
- Enter
authUserin the Name text field, choose PRODSQLProvider from the Provider drop-down menu, and enterauthpwd123in the Password and Confirm Password text fields. Click on the OK button. - Click on the authUser user for PRODSQLProvider and click on the Groups tab.
- 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.
0 Comments