Connect Tines to Darktrace to create powerful automations with the below authentication guide.
First, get the relevant credentials needed in Darktrace
To authenticate Darktrace for use with Tines, you will need the following:
Public token
Private token
Darktrace domain
Public and private tokens can be generated on a per-user basis or via Global tokens. For further details, visit Darktrace's Authentication Info Page.
Then, create a Darktrace credential in Tines
Darktrace connect flow (recommended):
Login to your Tines tenant
Navigate to the team that will be using the API and click "Credentials"
Click "+ New Credential" and select "Darktrace" and follow the prompts to connect.
Manual credential creation
This method is not recommended as the Darktrace connect flow creates this credential with much less complexity. However, if you need to create this credential set manually, see the following steps below:
Click "+ New Credential" and select "Text"
Input the values for the Darktrace credential
Name: Required
Description: Optional
Value: Your private token
Metadata: Enable metadata and add the below metadata:
{
"domain": "your Darktrace domain",
"public_token": "your Darktrace public token"
}This will allow you to reference the credential's metadata via the
INFO
key. This is also used in our templates.
Optional
Domains: Ensure this credential can only be used when making HTTP requests to specific domains. As Darktrace uses signature based authentication, the secret is used to create a signature and cannot have a restricted domain. Do not enter a value for this field.
Access: What other teams can also use the credential.