You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The Azure AD auth provider uses `openid` as it default scope. It uses `https://g
98
98
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=*`
99
99
100
100
-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
102
102
103
103
If you are using GitHub enterprise, make sure you set the following to the appropriate url:
104
104
@@ -187,7 +187,7 @@ Usage of oauth2_proxy:
187
187
-email-domain value: authenticate emails with the specified domain (may be given multiple times). Use * to authenticate any email
188
188
-footer string: custom footer string. Use "-" to disable default footer.
189
189
-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
191
191
-google-admin-email string: the google admin to impersonate for api calls
192
192
-google-group value: restrict logins to members of this google group (may be given multiple times).
193
193
-google-service-account-json string: the path to the service account json credentials
0 commit comments