mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
feat: enable introspection endpoint
This commit is contained in:
parent
ec6e266705
commit
78cd94bca1
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ export default function initOidc(
|
|||
features: {
|
||||
userinfo: { enabled: true },
|
||||
revocation: { enabled: true },
|
||||
introspection: { enabled: true },
|
||||
devInteractions: { enabled: false },
|
||||
clientCredentials: { enabled: true },
|
||||
rpInitiatedLogout: {
|
||||
|
|
Loading…
Add table
Reference in a new issue