Skip to content

Commit fd943a4

Browse files
committed
fmt
1 parent d71024d commit fd943a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/admin/external-auth.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ The `CODER_EXTERNAL_AUTH_0_ID` environment variable is used for internal
4343
reference. Therefore, it can be set arbitrarily (e.g., `primary-github` for your
4444
GitHub provider).
4545

46-
4746
### GitHub
4847

4948
> If you don't require fine-grained access control, it's easier to configure a
5049
> GitHub OAuth app!
5150
5251
1. [Create a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app)
53-
- Set the callback URL to
54-
`https://coder.example.com/external-auth/USER_DEFINED_ID/callback`.
55-
- Deactivate Webhooks.
56-
- Enable fine-grained access to specific repositories or a subset of
57-
permissions for security.
52+
53+
- Set the callback URL to
54+
`https://coder.example.com/external-auth/USER_DEFINED_ID/callback`.
55+
- Deactivate Webhooks.
56+
- Enable fine-grained access to specific repositories or a subset of
57+
permissions for security.
5858

5959
![Register GitHub App](../images/admin/github-app-register.png)
6060

0 commit comments

Comments
 (0)