0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

feat: enable OIDC introspection endpoint (#3996)

feat: enable introspection endpoint
This commit is contained in:
lleyton 2023-06-11 08:28:44 -07:00 committed by GitHub
parent 4d10d3d582
commit 048c5cdb09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ export default function initOidc(
features: { features: {
userinfo: { enabled: true }, userinfo: { enabled: true },
revocation: { enabled: true }, revocation: { enabled: true },
introspection: { enabled: true },
devInteractions: { enabled: false }, devInteractions: { enabled: false },
clientCredentials: { enabled: true }, clientCredentials: { enabled: true },
rpInitiatedLogout: { rpInitiatedLogout: {