Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • path – path for login authentication, ‘/login’ will setup a new http route at ‘ad/auth/login’ for authentication
  • url – LDAP server url
  • [bindDN] –  Admin connection DN, e.g. uid=myapp,ou=users,dc=example,dc=org. Optional. If not given at all, admin client is not bound, Giving empty string may result in anonymous bind when allowed.
  • [bindCredentials] – Password for bindDN. Optional.
  • searchBase – The base DN from which to search for users by username. E.g. ou=users,dc=example,dc=org
  • searchFilter – LDAP search filter with which to find a user by username, group, e.g. '(&(sAMAccountName={{username}})(memberOf=CN=OSIV-Ivdat,OU=OSIV,DC=de,DC=ivnet,DC=ch))'. Use the literal {{username}} to have the given username interpolated in for the LDAP search.

...

  • logfile – express log file path
  • serviceURI – JSDO service URI
  • username – JSDO username
  • password – JSDO password
  • formField – Name of the form field that contains the file for file upload.
  • [watchDirectory] – Directory that will be watched for file changes. Optional
  • Uploads – Configuration/s for specific upload paths
    • path – Directory path for the specific configuration
    • watchFilter – Regex file filter
    • businessEntity – Business Entity/Task that will be used for importing
    • invokeMethod – Name of the import method found within BE/BT
    • invokeParameterFormatter – Function for parsing file ‘records’ to proper parameter format of the invoke method
    • mandatoryFields – Mandatory field names.
    • [recordFormatter] – Function for formatting each record. Optional.
    • [mapping] – Maps file column fields to entity field names. Optional.

- s3-config
Config for connecting to the S3 Bucket hosting

  • s3Host – host URI for s3 bucket hosting
  • s3Key – public key for connecting to s3
  • s3Secret – private key for connecting to s3

- saml-config
Config for setting up the SAML Authentication (Single Sign-on)

  • path – path for saml authentication
  • entryPoint – saml server url
  • issuer - This can be a string or an array of strings. See validateIssuer for the situation that requires issuer.
  • [Cert] – Certificate for SAML authentication. Optional.