From 1cb0def4315b569319f8b5bb5610849d60a7ea99 Mon Sep 17 00:00:00 2001 From: NextFire Date: Sat, 20 Jul 2024 20:07:54 +0200 Subject: [PATCH] Revert "provider: introspection allowed policy" This reverts commit a10650ba2a5cc725e4b699ada333f57492ecd064. --- server/utils/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/utils/provider.ts b/server/utils/provider.ts index efacb12..2134f12 100644 --- a/server/utils/provider.ts +++ b/server/utils/provider.ts @@ -34,7 +34,7 @@ const config: Configuration = { expiresWithSession: () => false, features: { devInteractions: { enabled: false }, - introspection: { enabled: true, allowedPolicy: () => true }, + introspection: { enabled: true }, }, jwks: userConfig.oidc.jwks, pkce: { required: () => false },