Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By : Dalton Iwazaki
Book Image

Oracle WebLogic Server 12c Advanced Administration Cookbook

By: Dalton Iwazaki

Overview of this book

Table of Contents (15 chapters)
Oracle WebLogic Server 12c Advanced Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Assigning a user to a group


In this recipe, 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.

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...