diff --git a/packages/core/src/init/oidc.ts b/packages/core/src/init/oidc.ts index 9777c3586..8d966cbd4 100644 --- a/packages/core/src/init/oidc.ts +++ b/packages/core/src/init/oidc.ts @@ -38,14 +38,6 @@ export default async function initOidc(app: Koa): Promise { revocation: { enabled: true }, introspection: { enabled: true }, devInteractions: { enabled: false }, - resourceIndicators: { - // Type def for this is broken. - // Update when we return client-based default resource - defaultResource: () => ['https://api.logto.io'], - getResourceServerInfo: () => { - return { scope: 'api', accessTokenFormat: 'jwt' }; - }, - }, }, interactions: { url: (_, interaction) => {