From 8b51a2f3c5e055a2e366ffc4b9c0df5c8ccba4d4 Mon Sep 17 00:00:00 2001 From: Kayla Washburn Date: Thu, 7 Sep 2023 16:40:22 -0600 Subject: [PATCH] docs: mention the need for permission to read email addresses (#9588) --- docs/admin/auth.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index fb278cf09b..4c846573cd 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -31,6 +31,9 @@ GitHub will ask you for the following Coder parameters: Note the Client ID and Client Secret generated by GitHub. You will use these values in the next step. +Coder will need permission to access user email addresses. Find the "Account +Permissions" settings for your app and select "read-only" for "Email addresses". + ### Step 2: Configure Coder with the OAuth credentials Navigate to your Coder host and run the following command to start up the Coder