sonar-auth-aad icon indicating copy to clipboard operation
sonar-auth-aad copied to clipboard

Setting up connector on a new server

Open imrankxello opened this issue 1 year ago • 2 comments

We're setting up a test environment of our production sonarqube where the plugin has already been installed.

The DB is a copy of the production DB, however when attempting to login with login with Microsoft button, the page simply reloads and doesn't provider us with a Microsoft login box.

Attempted the SQL Query for upgrades to reset and cached instance of the old plugin in the DB but it seems like columns may have been renamed in 9.9

imrankxello avatar Mar 01 '23 21:03 imrankxello

Just following up as we'd like to test this with a test instance of sonarqube 9.9 LTS but the plugin not working is an issue.

imrankxello avatar Mar 09 '23 15:03 imrankxello

Hi. You shouldn't need to run the manual queries unless you were running on a very old version of the plugin. The queries should work fine on the older versions of SonarQube for which the plugin was intended.

The specific issue you mention seems to be what happens when you proxy SQ behind IIS. If you do have this setup, make sure to check out the troubleshooting page in the plugin's wiki, specifically this issue

For more help, you might want to post some info from the SonarQube logs. First, you want to look at adjusting the log level of SonarQube. You can make this adjustment in the sonar.properties file by setting sonar.log.level to DEBUG from the default of INFO. The plugin primarily outputs logs into the web.log file.

srvrguy avatar Mar 16 '23 21:03 srvrguy