diff --git a/server/utils/oidc-provider.ts b/server/utils/oidc-provider.ts index dfc7042..187f8a8 100644 --- a/server/utils/oidc-provider.ts +++ b/server/utils/oidc-provider.ts @@ -86,9 +86,7 @@ export async function getOidcProvider() { }, features: { - devInteractions: { - enabled: process.env.NODE_ENV !== "production", - }, + devInteractions: { enabled: false }, revocation: { enabled: true }, rpInitiatedLogout: { enabled: true,