Error: Misconfigured GitHub auth provider
View options
- Truncate descriptions
Created by: felixfbecker
GitHub auth worked when I also had the built-in auth on. As soon as I removed it, my Sourcegraph instance always just displayed Misconfigured GitHub auth provider.
Site config:
{
"auth.providers": [
{
"type": "github",
"displayName": "GitHub",
"clientID": "...",
"clientSecret": "...",
"allowSignup": false // Set to true to enable anyone with a GitHub account to sign up without invitation
}
]
}

