From 7bc7ae2e8c51c526b183a6e5c246438f0e498e41 Mon Sep 17 00:00:00 2001 From: Karl Persson Date: Wed, 5 Jun 2024 09:55:51 +0200 Subject: [PATCH] Docs: Update feature toggle information for generic oauth (#88740) --- .../configure-authentication/generic-oauth/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md index b73f9e8ea1b..91b0e40eec5 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md @@ -181,7 +181,7 @@ Refer to the following table for information on what to configure based on how t ### Configure a refresh token -> **Note:** This feature is behind the `accessTokenExpirationCheck` feature toggle. +> Available in Grafana v9.3 and later versions. When a user logs in using an OAuth2 provider, Grafana verifies that the access token has not expired. When an access token expires, Grafana uses the provided refresh token (if any exists) to obtain a new access token. @@ -192,7 +192,7 @@ To configure generic OAuth2 to use a refresh token, set `use_refresh_token` conf 1. Extend the `scopes` field of `[auth.generic_oauth]` section in Grafana configuration file with additional scopes. 1. Enable the refresh token on the provider. -> **Note:** The `accessTokenExpirationCheck` feature toggle will be removed in Grafana v10.3.0 and the `use_refresh_token` configuration value will be used instead for configuring refresh token fetching and access token expiration check. +> **Note:** The `accessTokenExpirationCheck` feature toggle has been removed in Grafana v10.3.0 and the `use_refresh_token` configuration value will be used instead for configuring refresh token fetching and access token expiration check. ### Configure role mapping