Mention grafana_feature_toggles_enable on grafana.md
This commit is contained in:
parent
ed5638282b
commit
89af321b1d
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ Grafana supports Single-Sign-On (SSO) via OAUTH. To make use of this you'll need
|
|||
* Add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process (make sure to adjust `authentik.example.com`)
|
||||
|
||||
```yaml
|
||||
# To make Grafana honor the expiration time of JWT tokens, enable this experimental feature below.
|
||||
# grafana_feature_toggles_enable: accessTokenExpirationCheck
|
||||
|
||||
grafana_environment_variables_additional_variables: |
|
||||
GF_AUTH_GENERIC_OAUTH_ENABLED=true
|
||||
GF_AUTH_GENERIC_OAUTH_NAME=authentik
|
||||
|
|
Loading…
Reference in a new issue