cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
14 stars 8 forks source link

#15 Handle authentication only on the server sides #16

Closed ppxl closed 5 years ago

ppxl commented 5 years ago

There are 3 internal SonarQube components in which a Plugin can act. Authentication must only take place on the Server side because we heavily rely on HTTP request and response communication which is moot outside that component.

This commit binds sonar extensions only if we are on the server side of SonarQube.

Resolves #15

ppxl commented 5 years ago

lgtm