# GitLab ID Token Project Path

> This page describes how the GitLab ID Token Project Path method identifies Client Workloads in Aembit.

#

This Client Workload identification method is specifically designed for [GitLab Jobs deployments](/user-guide/deploy-install/ci-cd/gitlab/).

**The GitLab ID Token Project Path** identification method allows you to identify GitLab jobs based on their project location. Aembit utilizes the **project\_path** claim within the OIDC token issued by GitLab.

## Applicable Deployment Type

This method is suitable for GitLab-based CI/CD Workflow deployments.

## Configuration

### Aembit Cloud

1. Create a new Client Workload.
2. Choose **GitLab ID Token Project Path** for client identification.
3. Identify the project where your workflow is located. Copy the full project path and use it in the **Value** field according to the format below.

* **Format** - `{group}/{project}`
* **Example** - my-group/my-project

### Finding the GitLab ID Token Project Path:

* Navigate to the **Projects** on GitLab and go to the **All** tab. Locate your project and copy the full displayed project path in the format specified above.

![GitLab Project Path](/_astro/gitlab_path.CLUBUd1P_Z1FUUlB.webp)