Must-share information (formatted with Markdown):
- SonarQube 8.2 trial dev edition on an internal only AWS server
- trying to get SSO signin working with gitlab and our sonarqube server
- followed directions at https://docs.gitlab.com/ee/integration/oauth_provider.html and
https://docs.sonarqube.org/latest/instance-administration/delegated-auth/
We are evaluating the trial dev edition of SQ. We have our instance spun up in AWS on a machine accessible only on our domain. We also have gitlab on prem.
I am following the directions https://docs.sonarqube.org/latest/instance-administration/delegated-auth/ to get Group Sync working. I have added SQ to gitlab as a user app already.
I have added a group to sonarqube with the name of our dev group (core-dev). When I view that group in the sonarqube UI, though, it shows 0 members.
The problem is that when anyone in the core-dev groups tries to log into our sonarqube server and clicks the “Login with Gitlab” button, he/she gets redirected to the same login page.
I feel like I am missing the goo that actually has sonarqube pull the group members from gitlab.
I’m obviously missing some basic step here - any ideas?
Thanks.