Graylog Github Oauth integration

Is there a way to integrate Github for user authentication?

Wait, hang on, what?..

You want to authenticate your users for Graylog against Github? Github, the online Git repository service, at github.com?! Perhaps I’m misunderstanding your question.

Thanks for your response, @Totally_Not_A_Robot. Perhaps let me reframe my question, I meant using Github OAuth for Graylog.

1 Like

Do you have a link? My friend doesn’t recognise this module.

https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/ @macko003

Does anyone have information on how to use GitHub to authenticate into Graylog?

as long as nobody writes a plugin - that is not possible.

If your Graylog is behind a HTTP(s) proxy like Nginx, you could use
https://github.com/Graylog2/graylog-plugin-auth-sso with https://github.com/Graylog2/graylog-plugin-auth-sso.

I tried that route, but when applying SSO plugin settings I get an error:

Just noticed the error was fixed in the version 2.5.1.

@markkutikkanen add this to your config file trusted_proxies = 127.0.0.0/32, ::1/128

It’s there by default and the error was an another issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.