Skip to content

Commit 5c845b7

Browse files
authored
fix(github): Fix GitHub SSO Auth URL (#1492)
Follow up to #1487, addressing https://git.io/JvZMx
1 parent 51d0482 commit 5c845b7

File tree

1 file changed

+1
-1
lines changed
  • src/collections/_documentation/server/integrations/github

1 file changed

+1
-1
lines changed

src/collections/_documentation/server/integrations/github/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebar_order: 1
1111
| Setting | Value |
1212
| ---- | ---- |
1313
| Homepage URL | ${urlPrefix} |
14-
| User authorization callback URL | ${urlPrefix}/extensions/github/setup/ |
14+
| User authorization callback URL | ${urlPrefix}/auth/sso/ |
1515
| Setup URL (optional) | ${urlPrefix}/extensions/github/setup/ |
1616
| Webhook URL | ${urlPrefix}/extensions/github/webhook/ |
1717

0 commit comments

Comments
 (0)