Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ To configure Coder behind a corporate proxy, set the environment variables
`HTTP_PROXY` and `HTTPS_PROXY`. Be sure to restart the server. Lowercase values
(e.g. `http_proxy`) are also respected in this case.

## External Authentication
## Continue your setup with external authentication

Coder supports external authentication via OAuth2.0. This allows enabling
integrations with Git providers, such as GitHub, GitLab, and Bitbucket.
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
]
},
{
"title": "External Auth",
"title": "External Authentication",
"description": "Learn how to configure external authentication",
"path": "./admin/external-auth.md",
"icon_path": "./images/icons/plug.svg"
Expand Down
Loading