graylog-plugin-oauth2
graylog-plugin-oauth2 copied to clipboard
Configuration for nginx is not clear
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 be created.
Did you figure it out?