7

According to the Grafana documentation it is possible to configure OAuth with google or github accounts. I have my own OAuth server, is it possible to use it? did someone ever try it?

If it is not possible what are the option to secure the Grafana frontend with OAuth? Perhaps a reverse proxy?

Paul Fournel
  • 10,807
  • 9
  • 40
  • 68
  • [Automatic Authentication using Grafana API](https://stackoverflow.com/questions/57389522/automatic-authentication-using-grafana-api) – N'Bayramberdiyev Aug 20 '19 at 08:50

1 Answers1

3

Since Grafana 4 it is doable. You get one more OAuth option called Generic OAuth. See http://docs.grafana.org/installation/configuration/#auth-generic-oauth . It works for example with CloudFoundry UAA.

kkonrad
  • 1,262
  • 13
  • 32