I have a Grafana server running behind a reverse proxy. Everything works without issue, except Oauth with Google where I receive a 404 not found error. Once again, everything works without issue. I can log in with local accounts and perform all tasks. When I click the login with Google button is when I get the message. Has anyone else experienced this?
Hmm, I wonder whether your proxy is rewriting the redirect improperly, so Grafana returns a header like Redirect: https://accounts.google.com/o/oauth2/auth?<params> and the proxy is rewriting it to Redirect: https://grafana.westerville.org/o/oauth2/auth?<params> which the browser then follows resulting in the 404.
Yeah, if I manually change the path to accounts.google.com it works. Now, I just have to figure out how to make IIS rewrite work. Maybe it ONLY works if you use a subpath.