-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You’re not authorized to access this page. Please contact the administrator. After Integrating with SAML Active directory #90
Comments
Hi , I tried with Debug mode after restarting services and see the log here. 2019.12.11 13:15:11 ERROR web[AW704ZukHMcgUJoWAABO][o.a.a.a.AadIdentityProvider] Exception:java.lang.IllegalArgumentException: Group name cannot be empty |
Based on the logs you posted, it looks like it's something to do with syncing groups. To see if that's the cause, try disabling the group sync feature. If that works, we can try and figure out why it's failing in that area. |
affecting my install as well and this has just recently started. Any reason why? |
@srvrguy for some reasons , we cant disable the sync group features. Is there any other workaround. I am doing this through SAML. It Looks there are complications if you are trying to synch active directory users with SonarQube. |
I'm not really sure what is meant by not being able to disable group sync. However, it looks like PR #94 may resolve your issue. I'll try to get a proper compiled release out soon. |
Still unable to get answer of my Question. |
If you're still using this plugin, try the 1.2.0 RC2 release and let me know if it solves your issue. Note that this plugin does not use SAML, and never has. It's using OAuth 2.0. |
Hello @srvrguy Do you have any update related the issue? I saw the error after AAD - SonarQube integration in web log file. SonarQube version is: 8.2 Here is the full log getting from web log file. |
Hi , Sorry to reply you late. We decided to do manual authentication of SonarQube with Azure AD because , Azure AD failed to integrate SAML with Soanrqube. |
I tried this, but its giving me the same error. |
I have faced the same issue. But I was able to solve it by enabling the option Allow users to sign-up (sonar.auth.aad.allowUsersToSignUp) under Administration > Configuration > Azure Active Directory |
Hi ,
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|]
Community Edition
Version 8.0 (build 29455)
Active Directory Plugin Version [1.1]
Please help me.
The text was updated successfully, but these errors were encountered: