From 498894d0bcf1d904682efdfd81da81484f83a78c Mon Sep 17 00:00:00 2001 From: NextFire Date: Sat, 20 Jul 2024 19:46:51 +0200 Subject: [PATCH] provider: enable introspection --- server/utils/provider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/utils/provider.ts b/server/utils/provider.ts index b15c843..2134f12 100644 --- a/server/utils/provider.ts +++ b/server/utils/provider.ts @@ -34,6 +34,7 @@ const config: Configuration = { expiresWithSession: () => false, features: { devInteractions: { enabled: false }, + introspection: { enabled: true }, }, jwks: userConfig.oidc.jwks, pkce: { required: () => false },