cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
GNU Affero General Public License v3.0
14 stars 7 forks source link

Handle authentication only on the server side #15

Closed ppxl closed 5 years ago

ppxl commented 5 years ago

It seems that on the sonar scanner side the CAS Plugin is downloaded and tried to be executed. This leads to a ClassNotFoundException for a ServletFilter class which is not provided in the Scanner component.

Please handle the CAS authentication only on the server side