graylog-plugin-oauth2 icon indicating copy to clipboard operation
graylog-plugin-oauth2 copied to clipboard

Oauth2 plugin for graylog project

Results 9 graylog-plugin-oauth2 issues
Sort by recently updated
recently updated
newest added

I am in need of the plugin to authenticate via keycloak.

Hi, Would this work with Azure Oauth and Graylog installed via Docker and nginx proxy? Does anymore have examples of this type of configuration? Thx

``` if ($check_authgraylog = nook_auth) { return 302 https://url/authorize?response_type=code&redirect_uri=https://$server_name$request_uri&client_id=define; } ``` Where does the `$check_authgraylog` variable come from? I do not see any places in the configuration where it would...

Bumps httpclient from 4.5.6 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.6&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

someone create update to work with graylog 3.3?

Hi, I have this issue on my graylog 3.0 instance after uploading the .jar 3.0 file : Plugin component missing for authenticator oauth2, this is an error (graylog/authentication mngt) In...

Do you plan to edit and possibly modify for versions above? Also, for version 3+ you do not have the correct example of Nginx settings, it is confusing until you...

hi! when you write ` return 302 https://url/authorize?response_type=code&redirect_uri=https://$server_name$request_uri&client_id=define; ` what's the `url` part?

Logout doesn't work yet in the plugin Same problem - https://github.com/Graylog2/graylog-plugin-auth-sso/issues/29

enhancement