From 81d077f97b0ff84a9f3144377c1b00853f02d248 Mon Sep 17 00:00:00 2001 From: Caleb Date: Thu, 7 Sep 2017 13:40:07 -0600 Subject: [PATCH] Update the authentication provider docs for the new Netlify interface. --- docs/test-drive.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/test-drive.md b/docs/test-drive.md index c3479f5f3333..11b3b48683ee 100644 --- a/docs/test-drive.md +++ b/docs/test-drive.md @@ -19,9 +19,10 @@ First, register the site CMS as an authorized application with your GitHub accou When you complete the registration, you'll be given a **Client ID** and a **Client Secret** for the app. You'll need to add these to your Netlify project: 1. Go to your [**Netlify dashboard**](https://app.netlify.com/) and click on your project. - 2. Click the **Access** tab. - 3. Under **Authentication Providers**, click **Install Provider**. - 4. Select GitHub and enter the **Client ID** and **Client Secret**, then save. + 2. Click the **Settings** tab. + 3. Click on the **Access control** tab, then scroll down to **OAuth**. + 4. Under **Authentication providers**, click **Install Provider**. + 5. Select GitHub and enter the **Client ID** and **Client Secret**, then save. ## Access the CMS