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.