Here a new group called 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:
  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.

0 Comments