Skip to content

Commit

Permalink
Merge pull request #584 from netlify/fix-auth-provider-docs
Browse files Browse the repository at this point in the history
Docs: Update the authentication provider docs for the new Netlify interface.
  • Loading branch information
erquhart committed Sep 9, 2017
2 parents 3468ea7 + 81d077f commit 5b502aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/test-drive.md
Expand Up @@ -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

Expand Down

0 comments on commit 5b502aa

Please sign in to comment.