Must-share information (formatted with Markdown):
- which versions are you using (SonarQube Server / Community Build, Scanner, Plugin, and any relevant extension)
- SonarQube Enterprise 2026.1.2
- how is SonarQube deployed: zip, Docker, Helm
- Zip
- what are you trying to achieve
- Consistent behaviour with previous version
- what have you tried so far to achieve this
- Nothing yet
I am testing version 2026.1.2 ahead of a release and one difference I have found from 2025.4.4 is the login behaviour.
The URL for our instance is https://domain/alm/sonar/
If I need to log in it logs in via SAML but then redirects to https://domain/alm/sonar so without the final /. We expose this via Azure AppGw and the missing / matters so it results in a 502 error.
Once logged in if selected again the original link works fine but this puts confusion and an extra step on all users.
Is there anyway I can resolve this within SQ?
- The context path is set to /alm/sonar/
- The server base URL also contains the final /