Enable token inspection endpoints in oidc
This commit is contained in:
@@ -647,6 +647,8 @@ async function start() {
|
||||
},
|
||||
features: {
|
||||
rpInitiatedLogout: { enabled: false },
|
||||
jwtIntrospection: { enabled: true },
|
||||
introspection: { enabled: true },
|
||||
devInteractions: { enabled: false }
|
||||
},
|
||||
clientDefaults: {
|
||||
|
||||
Reference in New Issue
Block a user