I tried to configure my SonarQube with active directory and once its done. It is showing this message. When i put the debug mode on , it is showing me these logs. Kindly share your thoughts.
You’re not authorized to access this page. Please contact the administrator
When i enable debug mode , it showing me this message.
2019.12.10 14:33:21 ERROR web[AW7v2dtC1TkW09XXAAFy][o.a.a.a.AadIdentityProvider] Exception:java.lang.IllegalArgumentException: Group name cannot be empty
2019.12.10 14:33:21 DEBUG web[AW7v2dtC1TkW09XXAAFy][auth.event] login failure [cause|Plugin did not call authenticate][method|OAUTH2][provider|EXTERNAL|Microsoft][IP|fe80:0:0:0:7d51:23e6:bd8f:3644%2|195.145.101.4][login|]
2019.12.10 14:33:21 DEBUG web[AW7v2dtC1TkW09XXAAF0][auth.event] login failure [cause|User must be authenticated][method|BASIC][provider|LOCAL|local][IP|fe80:0:0:0:7d51:23e6:bd8f:3644%2|195.145.101.4][login|]
As this issue seems related to the Azure Active Directory plugin itself, you should follow this issue which is describing exactly the same issue as you in the GitHub repo of the plugin : https://github.com/hkamel/sonar-auth-aad/issues/90.
No issue to cross post your issue here and in the GitHub issues of the project.
As the the Azure Active Directory Authentication plugin is under the community umbrella, the best place to get an answer is in the GitHub issues.
I’m facing same issue. Auth success from AAD side and when redirect back to sonar I’m getting following error.
UI : You’re not authorized to access this page. Please contact the administrator. Reason: Cookie ‘OAUTHSTATE’ is missing
Logs : [c.o.saml2.Auth] processResponse error.SAML Response not found, Only supported HTTP_POST Binding
[o.s.s.a.AuthenticationError] Fail to callback authentication with ‘saml’
Caused by: com.onelogin.saml2.exception.Error: SAML Response not found, Only supported HTTP_POST Binding
When I Enable debug : I can see following in logs
SAMLResponse validated
SAMLResponse has NameID
SAMLResponse has NameID Format
SAMLResponse has attributes
processResponse success
login failure [cause|Cookie ‘OAUTHSTATE’ is missing][method|OAUTH2][provider|EXTERNAL|SAML][IP|127.0.0.1|10.64.6.251][login|]
I had a similar issue. It’s due to the same email IDs being used in Azure AD & SonarQube.
I have deleted the users from SonarQube and was successfully able to log in without any issues.