We faced an issue with the latest update on sonarqube server Developer edition.
After the latest update we lost the functionality of the Azure AD login, we are receiving Internal Server Error 500.
We can see from the logs a plugin issue.
Note that we have the following plugin installed:
Azure Active Directory (AAD) Authentication Plug-in for SonarQube 1.3.2
Server logs:
Caused by: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest
org.sonar.api.server.authentication.OAuth2IdentityProvider$CallbackContext.getRequest()
at org.almrangers.auth.aad.AadIdentityProvider.onCallback(AadIdentityProvider.java:127)
at org.almrangers.auth.aad.AadIdentityProvider.callback(AadIdentityProvider.java:117)
at org.sonar.server.authentication.OAuth2CallbackFilter.handleOAuth2Provider(OAuth2CallbackFilter.java:87)