Configuration is invalid. The GitHub App is not installed on any organizations or the organization i

Must-share information (formatted with Markdown):

  • Community Build - v26.6.0.123539
  • Downloaded onto Ubuntu 26.04 server via zip
  • Trying to integrate with github

I’m trying to get a local Soanrqube server working with github

It’s in an internal network, I’m using a Cloudflare tunnel to allow access to it from Github. I created a new domain for this, Cloudflare shows the tunnel is up. The Cloudflare tunnel is configured to accept https and redirect to the local server on port 9000

I created a new app on Github, added to my account and published (?) it.

I configured Github authentication with the correct info. I’ve tried with no organization specified, also tried using my github user account/log

In Sonarqube, with no account specified in the authentication, I’m getting the following message:

 Configuration is invalid. The GitHub App is not installed on any organizations or the organization is not white-listed.

When I put in my account in the organization, I get the following message:
Error:Configuration is invalid. The GitHub App is not installed on any organizations or the organization is not white-listed.

  •  (not found or app not installed)

Hey @Jonathan_Bayer, welcome to the Community! The app needs to be installed in a proper GitHub organization, not on your personal profile. Membership to the organization will be used to control access to your SonarQube instance, and there’s just no way to do this in your personal profile.

ok, thanks