From bb36c966742c4bfd11f66b8dad46ba7c31ae3f53 Mon Sep 17 00:00:00 2001 From: Eric Stroczynski Date: Wed, 16 Aug 2017 14:10:23 -0700 Subject: [PATCH] Documentation: fixed GitHub link syntax --- Documentation/github-connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/github-connector.md b/Documentation/github-connector.md index 778bce31..eae61ffd 100644 --- a/Documentation/github-connector.md +++ b/Documentation/github-connector.md @@ -8,7 +8,7 @@ When a client redeems a refresh token through dex, dex will re-query GitHub to u ## Caveats -* The GitHub API calls dex uses requires a user to have their organization membership visibility set to public. This can be done on the ["request access from org" page](github-request-org-access) which GitHub will skip if the client app is an existing authorized application. The current workaround is as follows: the user should log into their GitHub account, go to Settings -> Authorized OAuth Apps, click 'Revoke' to revoke the application's grant, and restart the dex login process. This will force the "request access from org" page to be shown, allowing the user to request that the organization owner make their membership public. +* The GitHub API calls dex uses requires a user to have their organization membership visibility set to public. This can be done on the ["request access from org" page][github-request-org-access] which GitHub will skip if the client app is an existing authorized application. The current workaround is as follows: the user should log into their GitHub account, go to Settings -> Authorized OAuth Apps, click 'Revoke' to revoke the application's grant, and restart the dex login process. This will force the "request access from org" page to be shown, allowing the user to request that the organization owner make their membership public. * Note: GitHub [organizations][github-orgs] are different from GitHub [teams][github-teams] ## Configuration