Configure Access to Business Console Applications

The config/360/<app>/BusinessConsoleConfiguration.xml file grants the access to the Business Console Mashup UI applications.

See Also
Assign Roles to a User
Assign Roles to a Group of Users
Configuring Roles
Configuring User Access
Use Cases

You can restrict access rights per application in the Business Console under Configuration > General > Privileges > Users that can access this application. In that case, only the users mentioned in the field have access to the application.

The config/360/undefined_appid/BusinessConsoleConfiguration.xml file grants the access to the Search API application. It is not a Mashup UI application, but a mock application used to get statistics on the Search API directly. It works the same but by default, its access is restricted to the admin user.

<PrivilegesConfiguration>
  <KeyValue value="" key="canApplyConfiguration"/>
  <KeyValue value="admin" key="hasAccess"/> <!-- value="" means all users -->
</PrivilegesConfiguration>

The Configuration > General > Privileges > Users that can access this application option is not available for the Search API application. To add users, you must edit the config/360/undefined_appid/BusinessConsoleConfiguration.xml file and then apply the configuration manually.