...
Configuration Property | Type | Required | Description |
---|
baseAddress | String | X | Base address of the Service Now instance |
username | String | X | Username for authentication to the target RESTful service |
password | GuardedString | X | Password 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 |
---|
language | bash |
---|
linenumbers | true |
---|
|
auth.baseAddress=
auth.username=
auth.password=
|
E.g.
Code Block |
---|
language | bash |
---|
linenumbers | true |
---|
|
auth.baseAddress=https://dev000000.service-now.com
auth.username=admin
auth.password=password01
|
Use the following command to run connector tests:
mvn -Pit