Administration
Master administrators can administer IBM Watson® Explorer oneWEX Application Builder.
Managing users
Users whose role is Master administrator or AppBuilder tool administrator can sign in to Watson™ Explorer oneWEX Application Builder.
Users whose role is Content miner user or AppBuilder application user cannot sign in to Watson Explorer oneWEX Application Builder. but they can run applications created in Watson Explorer oneWEX Application Builder.
For information about adding and managing users, see Security.
Anonymous access for created applications

To use applications that are created by Application Builder, users must be authenticated by default. If you want to allow anonymous access for them, follow the steps below:
- Login to the docker container.
- Run
vi /wexdata/config/builder-nginx.conf - You should see a line
set $appbuilder_app_anonymous false;. Changefalsetotrueand save. - Run
wexcontrol.sh restart nginx
Now if you access an application with the following URL, you will not be redirected to the
login panel and the application
opens.
https://<server>:<port>/builder/application/<path_value>