Skip to content
Snippets Groups Projects
Closed Error: Misconfigured GitHub auth provider
  • View options
  • Error: Misconfigured GitHub auth provider

  • View options
  • Closed Issue created by Warren Gifford

    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
        }
    	]
    }

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first