I am using Sonar Auth GitLab Plugin to enable sonar user authentication and Single Sign-On via GitLab. I followed all the configuration details described, but when I log in I received the error "The requested scope is invalid, unknown, or malformed". I did not find any information regarding this and I successfully integrated other tools via GitLab OAuth. I am using SonarQube v5.6.3 and GitLab 8.9.1. Any hint?
1 Answers
2
votes
Finally I found the error, the latest release of Sonar Auth GitLab Plugin uses oauth scope = read_user and this is available from GitLab v8.15 on. So I installed the v1.0.0 of the plugin and everything worked. The ideal solution is to upgrade to v8.15 of GitLab.