diff --git a/packages/core/src/init/oidc.ts b/packages/core/src/init/oidc.ts index bed682333..5244db7f6 100644 --- a/packages/core/src/init/oidc.ts +++ b/packages/core/src/init/oidc.ts @@ -33,7 +33,7 @@ export default async function initOidc(app: Koa, port: number): Promise { token_endpoint_auth_method: 'none', }, ], - features: { revocation: { enabled: true } }, + features: { revocation: { enabled: true }, introspection: { enabled: true } }, clientBasedCORS: (ctx, origin) => { console.log('rogin', origin); return origin.startsWith('http://localhost:3000');