File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,20 @@ CODER_GITAUTH_0_AUTH_URL="https://github.example.com/login/oauth/authorize"
41
41
CODER_GITAUTH_0_TOKEN_URL="https://github.example.com/login/oauth/access_token"
42
42
```
43
43
44
+ ### Azure DevOps
45
+
46
+ Azure DevOps requires the following environment variables:
47
+
48
+ ``` console
49
+ CODER_GITAUTH_0_ID="primary-azure-devops"
50
+ CODER_GITAUTH_0_TYPE=azure-devops
51
+ CODER_GITAUTH_0_CLIENT_ID=xxxxxx
52
+ # Ensure this value is your " Client Secret" , not " App Secret"
53
+ CODER_GITAUTH_0_CLIENT_SECRET=xxxxxxx
54
+ CODER_GITAUTH_0_AUTH_URL="https://app.vssps.visualstudio.com/oauth2/authorize"
55
+ CODER_GITAUTH_0_TOKEN_URL="https://app.vssps.visualstudio.com/oauth2/token"
56
+ ```
57
+
44
58
### Self-managed git providers
45
59
46
60
Custom authentication and token URLs should be
You can’t perform that action at this time.
0 commit comments