Skip to content

Create an authentication configuration

Authentication configurations allow external systems to authenticate when interacting with the system.

Currently, HMAC authentication is supported.

1. Open the authentication view

Navigate to:

Data Exchange → Authentication

Authentication view

2. Create a new configuration

Click the + button.

3. Configure authentication

Fill in the configuration fields.

  • Name – The name of the authentication configuration.
  • Description – Optional description.
  • Authentication Method – Currently only HMAC is supported.

Add authentication

4. Secret generation

When using HMAC, the system automatically generates a secret key.

The secret is displayed once created and can be copied using the copy button.

Copy secret

Store the secret securely. It is used by external systems to authenticate requests.

5. Save the configuration

Click Save to create the authentication configuration.

Understand the concept