OAuth Integration with Private GitLab for SonarCloud

I am trying to integrate my private GitLab instance (https://gitlab.tst.espacegsf.net) with SonarCloud using OAuth. I have successfully created an OAuth application on my private GitLab, but SonarCloud keeps redirecting to GitLab.com for authentication instead of my private GitLab instance.

What adjustments or configurations are needed to ensure SonarCloud redirects to my private GitLab?

Steps I’ve followed:

  • Created OAuth application on GitLab private.
  • Configured the redirect URL.

Thank you in advance for your help!