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:
|
||||
|
||||
```ruby
|
||||
[server]
|
||||
root_url = https://grafana.example.com
|
||||
[auth.generic_oauth]
|
||||
enabled = true
|
||||
name = Authelia
|
||||
|
|
Loading…
Reference in New Issue