From 1d34f16a3f76f8fbb1eee3f2f210aa3db5a3370d Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:01:03 -0500 Subject: [PATCH] [v9.4.x] Update to docs - index.md (#70751) Update to docs - index.md (#70699) Update index.md Minor correction. (cherry picked from commit b32cea79294c3ebf20f5c9bee127847fe2dac4b7) Co-authored-by: marybelvargas <107340764+marybelvargas@users.noreply.github.com> --- .../configure-authentication/grafana/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md index 6fa8b003fdc..16e63db0559 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/grafana/index.md @@ -16,7 +16,7 @@ provider (listed above). There is also options for allowing self sign up. > The following applies when using Grafana's built in user authentication, LDAP (without Auth proxy) or OAuth integration. -Grafana are using short-lived tokens as a mechanism for verifying authenticated users. +Grafana uses short-lived tokens as a mechanism for verifying authenticated users. These short-lived tokens are rotated each `token_rotation_interval_minutes` for an active authenticated user. An active authenticated user that gets it token rotated will extend the `login_maximum_inactive_lifetime_duration` time from "now" that Grafana will remember the user.