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:
parent
e9e7efdc92
commit
b2ac2c14ee
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue