Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub integration missing callback URL #1254

Open
aldy505 opened this issue Apr 27, 2024 · 1 comment
Open

GitHub integration missing callback URL #1254

aldy505 opened this issue Apr 27, 2024 · 1 comment

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" |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant