To use the ActiveVOS workflow engine, create a trusted user assigned with the role of abTrust, abServiceConsumer, and abTaskClient in the application server. MDM Hub and ActiveVOS trust the trusted user. For secure communication .
The trusted user is the same user as the ActiveVOS workflow adapter user in the Hub Console, but its username must differ from the application server's administrative user. To set up the trusted user, complete the following steps:
From the command prompt, run the Add User script:
On UNIX:
<JBoss install directory>/bin/add-user.sh
On Windows:
<JBoss install directory>\bin\add-user.bat
Respond to the prompts that appear. The prompt displays the default value in brackets.
Select
Enter
to use the default value and to move to the next prompt.
When prompted about the type of user, select b for the Application User.
For the Realm, enter the realm name that matches the one specified in the login module you configured in the
standalone-full.xml
file.
Enter the user name of the trusted user.
Enter a password that complies with the JBoss password standards.
Specify the roles with the following entries:
abTrust
,
abServiceConsumer
,
abTaskClient
.
Confirm the addition of the user by entering yes when prompted.
If asked whether this user will be used for one AS process to connect to another, enter yes.
To apply the necessary changes, restart the Application Server.