From ac6f10c614f44afb05beb6d4b5e4b28106f9fab5 Mon Sep 17 00:00:00 2001 From: Jonas Kint Date: Fri, 20 Oct 2023 10:44:27 +0200 Subject: [PATCH] Document the case sensitivity of the github connector. --- content/docs/connectors/github.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/docs/connectors/github.md b/content/docs/connectors/github.md index d114201..7da635f 100644 --- a/content/docs/connectors/github.md +++ b/content/docs/connectors/github.md @@ -18,6 +18,8 @@ When a client redeems a refresh token through dex, dex will re-query GitHub to u * A user must explicitly [request][github-request-org-access] an [organization][github-orgs] give dex [resource access][github-approve-org-access]. Dex will not have the correct permissions to determine if the user is in that organization otherwise, and the user will not be able to log in. This request mechanism is a feature of the GitHub API. +* The organisation and team names are **case sensitive**. Dex will not have the correct team name to determine the right roles. + ## Configuration Register a new application with [GitHub][github-oauth2] ensuring the callback URL is `(dex issuer)/callback`. For example if dex is listening at the non-root path `https://auth.example.com/dex` the callback would be `https://auth.example.com/dex/callback`.