SonarQube Cloud with Self Hosted Gitlab

I am trying to set-up SonarQube Cloud for my company.
We have a self-hosted gitlab server.

When i sign-up for SonarQube Cloud, it requires me to sign in to gitlab / azure / bitbucket / etc…
Since we have a self-hosted gitlab, my logins are to my company’s domain, i.e.
gitlab.mycompany.com, and not to gitlab.com directly.

Do you support self-hosted gitlab server? How can i sign-up in this case?

Hello @Ben.S,

Welcome to our community.
SonarQube Cloud does not support direct sign-up or login using self-hosted GitLab OAuth (e.g., gitlab.mycompany.com) through its standard OAuth options, which only cover public providers like gitlab.com, GitHub, Azure DevOps, or Bitbucket Cloud.

However, if your company uses the Enterprise plan of SonarQube Cloud, you can integrate your self-hosted GitLab authentication indirectly by setting up Single Sign-On (SSO) with SAML .

You can refer to the official documentation here:

Abdel