Skip to content

Commit fd3925d

Browse files
authored
Merge pull request bitly#444 from Starefossen/patch-1
Clarify that GitHub team option in README
2 parents b7f9438 + 94574df commit fd3925d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The Azure AD auth provider uses `openid` as it default scope. It uses `https://g
9898
The GitHub auth provider supports two additional parameters to restrict authentication to Organization or Team level access. Restricting by org and team is normally accompanied with `--email-domain=*`
9999

100100
-github-org="": restrict logins to members of this organisation
101-
-github-team="": restrict logins to members of any of these teams, separated by a comma
101+
-github-team="": restrict logins to members of any of these teams (slug), separated by a comma
102102

103103
If you are using GitHub enterprise, make sure you set the following to the appropriate url:
104104

@@ -187,7 +187,7 @@ Usage of oauth2_proxy:
187187
-email-domain value: authenticate emails with the specified domain (may be given multiple times). Use * to authenticate any email
188188
-footer string: custom footer string. Use "-" to disable default footer.
189189
-github-org string: restrict logins to members of this organisation
190-
-github-team string: restrict logins to members of this team
190+
-github-team string: restrict logins to members of any of these teams (slug), separated by a comma
191191
-google-admin-email string: the google admin to impersonate for api calls
192192
-google-group value: restrict logins to members of this google group (may be given multiple times).
193193
-google-service-account-json string: the path to the service account json credentials

0 commit comments

Comments
 (0)