OKTA groups integration with sonarqube

Hi
I’m using the sonarqube 9.3 version and I’m trying to enable SAML integration. I also enabled the SAML login and was able to verify the user login

I have the below queries

  1. To differentiate normal users and admin, I have configured two okta groups from the identity site. How to configure those okta groups from the sonar side?

  2. when we log in to the sonar URL after enabling saml, I see two options: log in with saml, and the other is more options. Is there any way I can disable more options?

Please help on these topics.

Thanks
Arun

Hi,

We generally try to keep it to one question per thread. Otherwise it can get messy. However, these both seem simple, so I’ll give it a go. I reserve the right to ask you to create a new thread if there are a lot of followups, though. :slight_smile:

Ever user is in sonar_users automatically & that group doesn’t have to exist in your IDP, so it seems that’s your “normal users” group. Now you just need to make sure your “admin” group exists on the SonarQube side. Just create a new SonarQube group with exactly the same name (capitalization &etc) and you should be good to go once you grant that group the proper admin privs.

You can’t disable that. That’s how you get to SonarQube’s native auth to use local, technical accounts.

 
HTH,
Ann