Skip to main content

Jama Connect Interchange Help

Store the signature key (admin)

When you add a subscription, Jama Connect Interchange generates a signature key. Your webhook server uses this key to validate signed webhook requests sent for the subscription.

To store the signature key:

  1. Copy the signature key that was generated when you added the subscription.

    Subscription_Added_Webhooks.png
  2. Store it outside your application source code, such as in a secret store or environment variable.

  3. Configure your webhook server to retrieve the stored key when validating signed requests for the subscription.