docs: update grafana oidc integration (#3769)
Changed OIDC configuration for Grafana Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>pull/3771/head
parent
937237ea1d
commit
8753998e17
|
@ -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:
|
1. Add the following Generic OAuth configuration to the [Grafana] configuration:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
[server]
|
||||||
|
root_url = https://grafana.example.com
|
||||||
[auth.generic_oauth]
|
[auth.generic_oauth]
|
||||||
enabled = true
|
enabled = true
|
||||||
name = Authelia
|
name = Authelia
|
||||||
|
|
Loading…
Reference in New Issue