0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

feat(core): disable introspection feature (#886)

This commit is contained in:
Xiao Yijun 2022-05-19 13:50:07 +08:00 committed by GitHub
parent e9e7efdc92
commit b2ac2c14ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,6 @@ export default async function initOidc(app: Koa): Promise<Provider> {
features: {
userinfo: { enabled: true },
revocation: { enabled: true },
introspection: { enabled: true },
devInteractions: { enabled: false },
resourceIndicators: {
enabled: true,