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

UI Problems #1

Closed bernd closed 8 years ago

bernd commented 8 years ago

I saw some UI problems with the production artifact.

1) The SSO plugin provider name and description is empty.

image

2) The SSO config UI does not show up.

image

hc4 commented 8 years ago

Same problem here. Tried to send user with default header Remote-User, but no success.

kroepke commented 8 years ago

@bernd this has been fixed, right?

bernd commented 8 years ago

Yep, works now.

hc4 commented 8 years ago

does not fixed for me with graylog 2.1.0-beta2 and latest snapshot of sso: image

bernd commented 8 years ago

@hc4 I am unable to reproduce that with 2.1.0-beta.2 and the latest SSO snapshot:

image

hc4 commented 8 years ago

Maybe the problem is in my endpoinds config?

rest_listen_uri = http://127.0.0.1:80/
rest_transport_uri = http://127.0.0.1:80/
web_listen_uri = http://127.0.0.1:80/web
web_endpoint_uri =

I have this erros in console, if I click Update button.

Warning: Failed propType: Required prop `id` was not specified in `SortableListItem`. Check the render method of `DragSource(SortableListItem)
Warning: Failed propType: Required prop `text` was not specified in `SortableListItem`. Check the render method of `DragSource(SortableListItem)
hc4 commented 8 years ago

Or maybe I just incorrectly built this plugin :) Where can I download binary?

hc4 commented 8 years ago

Ok. Problem solved. The cause was, that I removed web-interface-build section from pom.xml

Funny that without that section plugin jar size is 17KB, but with this sections it is 400KB