From 8753998e179cc513500b33bcb5b029e24dad256e Mon Sep 17 00:00:00 2001 From: Will Scargill Date: Sun, 31 Jul 2022 04:23:41 +0100 Subject: [PATCH] docs: update grafana oidc integration (#3769) Changed OIDC configuration for Grafana Co-authored-by: James Elliott --- docs/content/en/integration/openid-connect/grafana/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/en/integration/openid-connect/grafana/index.md b/docs/content/en/integration/openid-connect/grafana/index.md index 8508cab6..4f116644 100644 --- a/docs/content/en/integration/openid-connect/grafana/index.md +++ b/docs/content/en/integration/openid-connect/grafana/index.md @@ -42,6 +42,8 @@ To configure [Grafana] to utilize Authelia as an [OpenID Connect] Provider: 1. Add the following Generic OAuth configuration to the [Grafana] configuration: ```ruby +[server] +root_url = https://grafana.example.com [auth.generic_oauth] enabled = true name = Authelia