---
title: Step 1. Download the samples
description: Prepare
component: sdks
version: latest
page_id: sdks:oidc:tutorials/javascript/aic/01_download-sample-repo
canonical_url: https://docs.pingidentity.com/sdks/latest/oidc/tutorials/javascript/aic/01_download-sample-repo.html
revdate: Wed, 16 Oct 2024 14:10:20 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Tutorial", "Source Code", "Integration", "SDK", "JavaScript"]
---

# Step 1. Download the samples

* [Prepare](00_before-you-begin.html)

* **Download**

* [Install](02_install-dependencies.html)

* [Configure](03_configure_connection_properties.html)

* [Run](04_test_the_app.html)

***

To start this tutorial, you need to download the Ping (ForgeRock) SDK sample apps repo, which contains the projects you will use.

1. In a web browser, navigate to the [Ping (ForgeRock) SDK sample apps repository](https://github.com/ForgeRock/sdk-sample-apps).

2. Download the source code using one of the following methods:

   * Download a ZIP file

     1. Click Code, and then click Download ZIP.

     2. Extract the contents of the downloaded ZIP file to a suitable location.

   * Use a Git-compatible tool to clone the repo locally

     1. Click Code, and then copy the HTTPS URL.

     2. Use the URL to clone the repository to a suitable location.

        For example, from the command-line you could run:

        ```shell
        git clone https://github.com/ForgeRock/sdk-sample-apps.git
        ```

The result of these steps is a local folder named `sdk-sample-apps`.
