cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
14 stars 8 forks source link

#14 Fix blank user administration page and set Identity Provider picture #17

Closed ppxl closed 5 years ago

ppxl commented 5 years ago

SonarQube's Display class provides information about the user's Identity Provider origin. It throws an exception when no image path is supplied but the exception is not shown in the sonar logs.

This commit sets a CAS picture and references it for no further exception.

Resolves #14