Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.77 KB

add-application-and-management-users.adoc

File metadata and controls

49 lines (40 loc) · 1.77 KB

Add the Authorized Application and Management Users

This quickstart uses secured management interfaces and requires that you create the following application user to access the running application.

UserName Realm Password Roles

quickstartUser

ApplicationRealm

quickstartPwd1!

quickstartAdmin

ManagementRealm

adminPwd1!

To add the application user, open a terminal and type the following command:

$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartUser' -p 'quickstartPwd1!' 
$ {jbossHomeName}/bin/add-user.sh -a -u 'quickstartAdmin' -p 'adminPwd1!' 
Note
For Windows, use the {jbossHomeName}\bin\add-user.bat script.

If you prefer, you can use the add-user utility interactively. For an example of how to use the add-user utility, see the instructions located here: Add an Application User.