2022.1

Table Of Contents
l
Allowed Origins: Enter an origin (everything in a URL before the path, e.g.
http://www.example.com). The Workflow server will add this value to the
Access-Control-Allow-Origin
header, which signals to the browser that it is allowed to make the request. This
enables cross-origin resource requests, such as AJAX requests.
The default setting "*" is a wildcard that allows all cross-origin resource requests.
NodeJS Server Input plugin preferences 3
The third HTTP Server Input plugin preferences page provides an authentication mechanism
for ActiveDirectory by LDAP.
The LDAP port is 389.
l
Enable authentication: Check to enable authentication for ActiveDirectory via LDAP.
Any process that starts with a NodeJS input task will then require the user to authenticate
before it can run. Until the user has been successfully authenticated, the Workflow
process is never triggered. After a certain number of failed attempts, the NodeJS server
will lock out the user for a certain length of time, to discourage denial of service attacks.
l
ActiveDirectory Server: Enter the address of the ActiveDirectory Server.
l
Domain: Enter the domain for authentication.
Note
In the address of the server and in the domain name the following characters should not
be used: , + $@ # < > ' ; | {} ~ [] * " :
Tip
If you dont know what your LDAP server and domain names are, you can usually obtain
them by opening a CMD window and typing the following:
l For the domain name: echo %USERDOMAIN%
l For the LDAP Server name: echo %logonserver%
Page 809