diff --git a/server/utils/provider.ts b/server/utils/provider.ts index 2134f12..b15c843 100644 --- a/server/utils/provider.ts +++ b/server/utils/provider.ts @@ -34,7 +34,6 @@ const config: Configuration = { expiresWithSession: () => false, features: { devInteractions: { enabled: false }, - introspection: { enabled: true }, }, jwks: userConfig.oidc.jwks, pkce: { required: () => false },