Is this a support request?
Is there an existing issue for this?
Current Behavior
Headscale redirects to empty authURL
2024-10-03T11:08:53Z DBG Redirecting to ?client_id=123&domain_hint=...
Expected Behavior
Headscale should redirect to "https://github.com/login/oauth/authorize"
Steps To Reproduce
- Create an OAuth app in GitHub developer settings
- Set up Headscale to use GitHub as an OIDC server:
oidc:
only_start_if_oidc_is_available: true
issuer: "https://token.actions.githubusercontent.com"
client_id: "123"
client_secret: "123"
- Try to login
Environment
- OS: Ubuntu 24.04
- Headscale version: 0.23.0
Runtime environment
Anything else?
No response
Is this a support request?
Is there an existing issue for this?
Current Behavior
Headscale redirects to empty authURL
Expected Behavior
Headscale should redirect to "https://github.com/login/oauth/authorize"
Steps To Reproduce
Environment
Runtime environment
Anything else?
No response