---
title: "Integrating CrowdStrike Falcon"
slug: "crowdstrike-integration"
updated: 2026-06-08T09:30:23Z
published: 2026-06-08T09:30:23Z
canonical: "docs.britive.com/crowdstrike-integration"
---

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

# Integrating CrowdStrike Falcon

Follow the steps below to integrate CrowdStrike Falcon with Britive.

1. Log in to Britive with administrator privileges.
2. Click on **System admin** -> **Endpoint Privilege Management**.
3. Click on **New Integration** from the **Endpoint Privilege Management** page.
4. Click on the **“+”** button in front of the **CrowdStrike Falcon** application to add a new integration.
5. Enter the following values in the **Application** tab:
  1. Enter the **Application Name** and **Application Description**.
  2. Select the attribute for **Account Mapping** to map the users in Britive with accounts in CrowdStrike Falcon. Only one user can be mapped to an account. This is an optional field, required only for automated mapping during scanning.
  3. Select an attribute for **Device Mapping** to map the users in Britive with devices in CrowdStrike Falcon. A single user can be mapped to multiple devices. Make sure to select an attribute that contains the device ID of the device. This is an optional field, required only for automated mapping during scanning.
  4. Click on **Next**.
6. Enter the following values in the **Settings** tab:
  1. Enter the **Login URL**.
  2. Enter the **Client ID** and **Client Secret,** generated in the [Creating a CrowdStrike API Key](/v1/docs/creating-api-key-crowdstrike) section.
  3. Enter a value in **Filter for devices (included devices)** to filter the specific devices or endpoints that you want to scan. This filter supports CrowdStrike Falcon syntax. To know more about it, see [Falcon Query Language](https://falconpy.io/Usage/Falcon-Query-Language.html).
  4. Enable **Scan login history for accounts** to scan login history per device. If disabled, only the last logged-in users are scanned.
  5. Enter **Maximum session duration for profiles** under **Profile Settings**.
  6. Click **Save and Test**. A pop displays a success message if the environment is correctly configured. If any error message is displayed, review the error, correct the configuration, and test again.
7. Click on the **Scan** button under the **Scans** tab to get the details of devices (endpoints) and accounts (last logged-in user) from CrowdStrike Falcon.
8. Click on the **Data** tab to check the following details added after the scan:
  1. **Permissions**: If access is provided, scripts that can be used for granting and revoking access for end users on devices.
  2. **Accounts**: Last logged-in users' data from devices. Click **Map/Unmap** from the **Action** column of an account to map or unmap identity to this account.
  3. **Devices**: List of all devices unless a filter is applied.
    1. Click **View Details** to view all details related to a device.
    2. Click **Map/Unmap** from the **Actions** column of a device to map or unmap identity to this device.

## Managing Britive Profiles

After integrating CrowdStrike Falcon with Britive, you can create profiles in Britive that correspond to the accounts or devices on CrowdStrike Falcon. You can check out or check in Britive profiles to elevate access to these devices.

1. Log in to Britive with administrator privileges.
2. Click on **System admin** -> **Endpoint Privilege Management**.
3. Click on **Manage** for a CrowdStrike Falcon and click on the **Profiles** tab.
4. Click on the **Create Profile** button and enter the following details to create a profile:
  1. Enter the **Name** and **Description** under the **General** section.
  2. Enter the **Expiration Timeout** and **Expiration Extension** (optional) under the **Expiration** section.
  3. Click on **Done**.
5. For existing or newly created profiles, enter the following details in different tabs:
  - **Platform**:
    1. Click on the **Edit** button.
    2. Select an operating system in the Platform tab to map the profile to the correct platform to run the PowerShell scripts.
    3. Click on **Save**.
  - **Permissions**: Every profile must have the following permission scripts configured:
    - **Grant**: Execute script for granting access.
      - **Select from list**: Select from a list of permission scripts.
      - **Type Manually**: Type the name of the permission manually.
    - **Revoke**: Execute script for revoking access.
      - **Select from list**: Select from a list of permission scripts.
      - **Type Manually**: Type the name of the permission manually.
  - **Policies**: See [Policies](/v1/docs/profilemgmt-managing-profiles#policies).
  - **Advanced Settings**: [Advanced Settings](/v1/docs/advanced-settings#advanced-settings)
