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:
parent
4d10d3d582
commit
048c5cdb09
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue