Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

GitHub integration missing callback URL #1254

Closed
aldy505 opened this issue Apr 27, 2024 · 3 comments
Closed

GitHub integration missing callback URL #1254

aldy505 opened this issue Apr 27, 2024 · 3 comments

Comments

@aldy505
Copy link
Contributor

aldy505 commented Apr 27, 2024

${url-prefix}/extensions/github/setup/ should also be included as one of callback URL, otherwise the app will fail. Specifying only the ${url-prefix}/auth/sso/ would fail the installation.

👇🏻 This works

image

Code in question:

| Setting | Value |
| ------------------------------- | ------------------------------------------ |
| Homepage URL | `${url-prefix}` |
| User authorization callback URL | `${url-prefix}/auth/sso/` |
| Setup URL (optional) | `${url-prefix}/extensions/github/setup/` |
| Webhook URL | `${url-prefix}/extensions/github/webhook/` |
| Webhook secret | "my-super-secret-example-secret" |

@aldy505
Copy link
Contributor Author

aldy505 commented May 3, 2024

@xHeaven
Copy link

xHeaven commented May 27, 2024

Thanks a lot, this solved the integration issue on my self-hosted instance. Honestly, I would've never figured it out by myself.

@aldy505
Copy link
Contributor Author

aldy505 commented Jul 26, 2024

Closing since #1235 has been merged

@aldy505 aldy505 closed this as completed Jul 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants