To use the ActiveVOS workflow engine, create a trusted user with the role of abTrust, abServiceConsumer, and abTaskClient in the application server. The trusted user is trusted by MDM Hub and by ActiveVOS. The user facilitates secure communication between the MDM Hub and ActiveVOS.
The trusted user is the same user as the ActiveVOS workflow adapter user in the Hub Console. The name of the trusted user cannot be the same name as the application server administrative user.
From the command prompt, run add-user.bat.
In UNIX.
<JBoss install director>/bin/add-user.sh
In Windows.
<JBoss install director>\bin\add-user.bat
Answer the prompts that appear.
The prompt displays the default value in brackets. Press
Enter
to use the default value and go to the next prompt.
What type of user do you wish to add? a) Management User or b) Application User
Enter
b
to select Application User.
Realm (ApplicationRealm)
Enter the same realm name that you specified in the
login-module
that you added to the
standalone-full.xml
file.
Username
Enter the user name of the trusted user.
Password
Enter a password that complies with the JBoss password standard.
What roles do you want this user to belong to?
Enter
abTrust,abServiceConsumer,abTaskClient
.
About to add user <username> for realm <realmname>. Is this correct?
To add the user, enter
yes
.
Is this new user going to be used for one AS process to connect to another AS process?