From acf0af24ed6590e96374c0ef0a9fe8e2f79de06d Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 23 Dec 2025 12:18:13 +0000 Subject: [PATCH] Update Google docs about refresh tokens support Signed-off-by: Matheus Pimenta --- content/docs/connectors/google.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/connectors/google.md b/content/docs/connectors/google.md index e10dfc4..d290205 100644 --- a/content/docs/connectors/google.md +++ b/content/docs/connectors/google.md @@ -83,4 +83,5 @@ time they log in. To change this behavior, you can set the `promptType` field in config file to any OIDC-supported value. To skip the consent screen for every authorization request, set `promptType` to `""` (empty string) to fall back to Google's -default behavior. +default behavior. Google does not support refreshing tokens when `promptType` +is set to `""`.