Hi, There is some problem with the graylog SSO plugin.( After installing the SSO plugin https://github.com/Graylog2/graylog-plugin-auth-sso. ) Im using Nginx , Here's the part of the config used and the user and the email are correct (checked the logs of nginx). The data to nginx is coming from the oauth proxy where -pass-basic-auth=true is set. proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-User $http_x_forwarded_user; proxy_set_header X-Forwarded-Email $http_x_forwarded_email;
When the same is used in the configuration at the UI, X-Forwarded-User for the Header configuration, put the correct domain name and saved it. However, it gives authentication error when I try the same. Can some one help me? -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/5e536c91-f3e0-4c8a-a261-51a321c41ad5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
