File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -498,6 +498,9 @@ OAUTH2 / GITHUB OPTIONS:
498
498
--oauth2-github-client-secret string, $CODER_OAUTH2_GITHUB_CLIENT_SECRET
499
499
Client secret for Login with GitHub.
500
500
501
+ --oauth2-github-device-flow bool, $CODER_OAUTH2_GITHUB_DEVICE_FLOW (default: false)
502
+ Enable device flow for Login with GitHub.
503
+
501
504
--oauth2-github-enterprise-base-url string, $CODER_OAUTH2_GITHUB_ENTERPRISE_BASE_URL
502
505
Base URL of a GitHub Enterprise deployment to use for Login with
503
506
GitHub.
Original file line number Diff line number Diff line change @@ -262,6 +262,9 @@ oauth2:
262
262
# Client ID for Login with GitHub.
263
263
# (default: <unset>, type: string)
264
264
clientID: ""
265
+ # Enable device flow for Login with GitHub.
266
+ # (default: false, type: bool)
267
+ deviceFlow: false
265
268
# Organizations the user must be a member of to Login with GitHub.
266
269
# (default: <unset>, type: string-array)
267
270
allowedOrgs: []
Original file line number Diff line number Diff line change @@ -499,6 +499,9 @@ OAUTH2 / GITHUB OPTIONS:
499
499
--oauth2-github-client-secret string, $CODER_OAUTH2_GITHUB_CLIENT_SECRET
500
500
Client secret for Login with GitHub.
501
501
502
+ --oauth2-github-device-flow bool, $CODER_OAUTH2_GITHUB_DEVICE_FLOW (default: false)
503
+ Enable device flow for Login with GitHub.
504
+
502
505
--oauth2-github-enterprise-base-url string, $CODER_OAUTH2_GITHUB_ENTERPRISE_BASE_URL
503
506
Base URL of a GitHub Enterprise deployment to use for Login with
504
507
GitHub.
You can’t perform that action at this time.
0 commit comments