From 88b9e401b6699341f7c88b95fb18056b625a369e Mon Sep 17 00:00:00 2001 From: AbdiwakBekele <66849505+AbdiwakBekele@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:39:55 +0300 Subject: [PATCH] Updated "offline_scope" to "offline" on common-api-key-errors.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Kinde issues refresh tokens with the offline scope. This replaces offline_access → offline --- .../troubleshoot-api-keys/common-api-key-errors.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/manage-your-apis/troubleshoot-api-keys/common-api-key-errors.mdx b/src/content/docs/manage-your-apis/troubleshoot-api-keys/common-api-key-errors.mdx index 47a377f7d..943641aad 100644 --- a/src/content/docs/manage-your-apis/troubleshoot-api-keys/common-api-key-errors.mdx +++ b/src/content/docs/manage-your-apis/troubleshoot-api-keys/common-api-key-errors.mdx @@ -367,7 +367,7 @@ if (!(await rateLimiter.checkLimit(apiKey))) { # - openid # - profile # - email -# - offline_access +# - offline **Debugging steps:**