0
Fork 0
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:
Lleyton Gray 2023-06-06 13:43:21 -07:00
parent ec6e266705
commit 78cd94bca1
No known key found for this signature in database
GPG key ID: 55E9F8312232A734

View file

@ -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: {