Versions Compared

Key

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

...

Configuration PropertyTypeRequiredDescription
baseAddress
StringXBase address of the Service Now instance
username
StringXUsername for authentication to the target RESTful service
password
GuardedStringXPassword for authentication to the target RESTful service

Testing

You'll need to create the file ./src/test/resources/net/tirasa/connid/bundles/servicenow/auth.properties, with the following structure:

Code Block
languagebash
linenumberstrue
auth.baseAddress=
auth.username=
auth.password=

E.g.

Code Block
languagebash
linenumberstrue
auth.baseAddress=https://dev000000.service-now.com
auth.username=admin
auth.password=password01

Use the following command to run connector tests:

mvn -Pit