---
title: "Integration Settings"
slug: "integration-settings"
updated: 2026-03-09T19:51:27Z
published: 2026-03-09T19:51:27Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration Settings

## Overview

**Integration Settings** contains system-level configuration that affects how Integrations behave across the platform. This includes JSON Web Token (JWT) options for authentication, security, and performance, as well as features that support embedded UI scenarios (such as logging in to the UI using a JWT token provided in HTTP headers).

---

## Settings

The Integration Settings can be found by navigating to **System > Settings** and selecting **Integration Settings**.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1772662479260.png)

|  | Setting Name | Description |
| --- | --- | --- |
| **JWT** |
|  | Use Asymmetric Keys | When enabled, opens a field to enter the Public Key. |
|  | Secret Key | Secret Key for the JSON Web Token (JWT). Removed in v9.10. |
|  | Public Key | Public Key for the JSON Web Token (JWT). For more information, refer to [How to Set Up and Use JWT](https://documentation.decisions.com/v9/docs/using-jwt). |
| **SETTINGS** |
|  | Enabled Partitioned Cookies | When enabled, allows the UI to be authenticated using a JWT token provided in HTTP headers and enables partitioned cookies for embedded scenarios (such as iFrame hosting). |
|  | Security Option | Controls security behavior for connections. Default disables older protocols such as TLS 1.0; Secure enforces more restrictive TLS behavior. |
|  | Thread Pool Settings | Allows a user to override the thread pool minimum and maximum values. For more information, refer to [Thread Pool Settings](https://documentation.decisions.com/v9/docs/thread-pool-settings). |
|  | Disable GitHub Module | When enabled, GitHub modules will not be visible under the module section in Decisions. For more information, refer to [Enable / Disable GitHub Modules](https://documentation.decisions.com/docs/about-modules?highlight=Github%20Modules). |

**Embedded UI authentication****Enabled Partitioned Cookies** is intended for embedded UI scenarios where browsers restrict third-party cookies. When enabled, the UI can be authenticated using a JWT token provided in HTTP headers (introduced in v9.21).

---

## Feature Changes

| Description | Version | Release Date | Developer Task |
| --- | --- | --- | --- |
| Added **Enabled Partitioned Cookies** and enabled UI authentication using a JWT token via HTTP headers. | [9.21](https://documentation.decisions.com/v99/docs/version-921x-release-notes) | March 2026 | [DT-046838] |
| Removed the Secret Key setting. | [9.10](https://documentation.decisions.com/v99/docs/version-910x-release-notes) | May 2025 | [DT-044294] |

---

For further information on Integrations, visit the [Decisions Forum](https://community.decisions.com/categories/Integrations).
