Sonarqube AAD integration - Error

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)

Hey there.

You probably want to raise an issue at GitHub - hkamel/sonar-auth-aad: Azure Active Directory Authentication for SonarQube, or follow this existing issue: Authentication fails starting with sonarqube 25.1.0.102122-community · Issue #160 · hkamel/sonar-auth-aad · GitHub