mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Update oauth.md 2 (#3312)
I messed up the order of the brackets/parenthesis on the first commit. This time, it should be correct and in line with Markdown syntax which states: Markdown syntax for a hyperlink is square brackets followed by parentheses. The square brackets hold the text, the parentheses hold the link.
This commit is contained in:
@@ -6,7 +6,7 @@ configuration steps.
|
||||
|
||||
## Step 1: Configure the OAuth application in GitHub
|
||||
|
||||
First, (https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/)[register a GitHub OAuth app]. GitHub will ask you for the following Coder parameters:
|
||||
First, [register a GitHub OAuth app](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/). GitHub will ask you for the following Coder parameters:
|
||||
|
||||
- **Homepage URL**: Set to your Coder domain (e.g. `https://coder.domain.com`)
|
||||
- **User Authorization Callback URL**: Set to `https://coder.domain.com/api/v2/users/oauth2/github/callback`
|
||||
|
||||
Reference in New Issue
Block a user