Graylog2 / graylog-plugin-auth-sso

SSO support for Graylog through trusted HTTP headers set by load balancers or authentication proxies
Other
50 stars 13 forks source link

Graylog GUI isn't working after SSO plugin installed #74

Closed smolit closed 3 years ago

smolit commented 3 years ago

Hello Communnity, I tried to install the SSO Plugin to my Graylog test setup. After copying the jar file to the plugin folder the Graylog GUI dosn't work. The only log entry I can find is: graylog-server[16756]: Exception in thread "main" java.lang.NoClassDefFoundError: org/graylog2/security/realm/LdapUserAuthenticator and graylog-server[16756]: Caused by: java.lang.ClassNotFoundException: org.graylog2.security.realm.LdapUserAuthenticator

Currently I am using LDAP as authentication service.

I have no idea what problem here occures and wold be happy if I can get any help.

Thanks Sebastian

Steps to reproduce the problem

  1. copy the jar file to the plugin folder
  2. restart graylog-server service

Environment

bernd commented 3 years ago

@smolit As stated in the README, the SSO plugin is not compatible with Graylog 4.0.

The core functionality (HTTP header authentication) is now included in the server since 4.0.

smolit commented 3 years ago

Oh! I am sorry. I should read the README more carefully ;-)