Enable token inspection endpoints in oidc

This commit is contained in:
Johannes Zellner
2026-02-18 14:59:59 +01:00
parent 0b968b6a98
commit 5e7e739589
+2
View File
@@ -647,6 +647,8 @@ async function start() {
},
features: {
rpInitiatedLogout: { enabled: false },
jwtIntrospection: { enabled: true },
introspection: { enabled: true },
devInteractions: { enabled: false }
},
clientDefaults: {