From fe9a509859f80c9e892f5d7bf7f75b40cc9a45d5 Mon Sep 17 00:00:00 2001 From: iamshen Date: Fri, 17 May 2024 10:23:59 +0800 Subject: [PATCH] Update identityserverdata.json set web-admin client to allow offlineAccess --- src/IdentityServer4/src/Idsrv4.Admin/identityserverdata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IdentityServer4/src/Idsrv4.Admin/identityserverdata.json b/src/IdentityServer4/src/Idsrv4.Admin/identityserverdata.json index 78aa629..1048c26 100644 --- a/src/IdentityServer4/src/Idsrv4.Admin/identityserverdata.json +++ b/src/IdentityServer4/src/Idsrv4.Admin/identityserverdata.json @@ -85,6 +85,7 @@ "ClientId": "web_admin", "ClientName": "web_admin", "ClientUri": "https://localhost:44444/admin", + "AllowOfflineAccess": true, "AllowedGrantTypes": [ "authorization_code" ], -- Gitee