Log in to the web console with admin privilege.
Navigate to the user management and add user with XSS payload.
##Navigate to the user management page:
<http://FactServer/admin/manage_user>
##Payload
<img src=# onerror='alert(document.domain)'/>
When the user management page has been loaded the Stored XSS will be triggered.