Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
external-auth intro from setup/index
  • Loading branch information
EdwardAngert committed Jan 3, 2025
commit cc0939a15c6a1707036b4bbfc3e008876ff0c782
6 changes: 6 additions & 0 deletions docs/admin/external-auth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# External Authentication

Coder supports external authentication via OAuth2.0. This allows enabling
integrations with Git providers, such as GitHub, GitLab, and Bitbucket.

External authentication can also be used to integrate with external services
like JFrog Artifactory and others.

To add an external authentication provider, you'll need to create an OAuth
application. The following providers are supported:

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ To configure Coder behind a corporate proxy, set the environment variables
## External Authentication

Coder supports external authentication via OAuth2.0. This allows enabling
integrations with git providers, such as GitHub, GitLab, and Bitbucket etc.
integrations with Git providers, such as GitHub, GitLab, and Bitbucket.

External authentication can also be used to integrate with external services
like JFrog Artifactory and others.
Expand Down
Loading