# Forcepoint ONE SSE

In this guide, you'll configure the integration between Radiant and Forcepoint ONE Security Service Edge (SSE). This setup enables centralized control over your environment, including DLP policies, Zero Trust Network Access (ZTNA), and secure web browsing (SWG), alongside other Forcepoint products.

At the end of this configuration, you will provide Radiant Security with the following value:

* **API Token**

### Prerequisites

* [ ] Admin User with Access to Log APIs (This can be checked under **IAM** > **Admin Roles)**.

{% hint style="info" %}
**Note**: Forcepoint ONE SSE recommends creating a dedicated *config API* admin authorized to only use the API via an Admin Role.
{% endhint %}

### Generate the OAuth Token

1. In Forcepoint, navigate to **Settings** > **API Interface** > **OAuth**.
2. Click the **+** icon.
3. On the **Edit Application** dialog enter:

   * Name: `Radiant-Security`
   * Permission: Select **Log API**
   * Keep the default **All** for the user/group permissions

   Click **OK** to save the changes. The status will be **Pending** as the token hasn’t generated yet.
4. Select the **Radiant-Security Application** that you just created.
5. Ensuring that you’re logged in with your user or the **config API** user set previously, access the **Token Authorization URL.**
6. In the **Authorization** page, click **Accept** and copy the **Access Token** displayed.
7. Save this **Token** in a safe place to paste later in the next section.

### Add the data connector to Radiant Security

1. Log in to [Radiant Security](https://app.radiantsecurity.ai/).
2. From the navigation menu, click **Settings** > **Data Connectors** and click **+ Add Connector**.
3. Search for and select the **Forcepoint ONE API** option and then click **Data Feeds**.
4. Under **Select your data feeds**, select the **Forcepoint ONE** data feed and then click **Credentials**.
5. Under **Credential Name**, give the credential an identifiable name (e.g. `Forcepoint ONE Credentials` ).
6. Under **Required Credentials**, enter the **Token** value that you copied from the previous section.
7. Click **Add Connector**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.radiantsecurity.ai/radiant-connectors/data-connectors/forcepoint-one-sse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
