exographicskip
exographicskip•2w ago

GitHub OAuth

Hi everyone! 👋 Trying to setup github oauth with a self-hosted instance per https://www.windmill.dev/docs/misc/setup_oauth#github-1 It correctly redirects (302) based on my homepage url but raises a redirect_uri error
The redirect_uri is not associated with this application. The application might be misconfigured or could be trying to redirect you to a website you weren't expecting.
Any idea what I'm missing here? Will post the curl output in the thread. Thanks in advance!
Setup OAuth and SSO | Windmill
Windmill supports Single Sign-On for Google, Microsoft, Okta, GitHub, GitLab, Jumpcloud, Keycloak, Authentik, Authelia, Kanidm, Zitadel and domain restriction.
No description
No description
2 Replies
exographicskip
exographicskip•2w ago
Via curl -I "${BASE_URL}?client_id=${CLIENT_ID}&redirect_uri=${REDIRECT_URI}&scope=user:email" Oh! And I've disabled device flow. Just too much effort to redact things twice haha