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

Configuration SSO #67

Closed teamrussia closed 4 years ago

teamrussia commented 4 years ago

Problem description

Hi..

I didn't understand how the plugin works. I tried to make a connection for him but I couldn't. Can you help me? Here is my configuration to analyze and how I tried to execute.

Steps to reproduce the problem

image

Command: curl -i -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'X-Requested-By: cli' -H 'Remote-User: myuser' 'http://10.56.7.87:9000/api/system/sessions' -d '{"username":"myuser", "password":"mypass"}'

image

florianpopp commented 4 years ago

We are using GitHub issues for tracking bugs in Graylog itself, but this doesn't look like one. Please post this issue to our discussion forum or join the #graylog channel on freenode IRC.

Thank you!