ZITADEL Docs
APIsCore ResourcesV2Feature

Set Instance Features

Configure and set features that apply to a complete instance. Only fields present in the request are set or unset.

Required permissions:

  • iam.feature.write
PUT
/v2/features/instance

Request Body

application/json

loginDefaultOrg?|
userSchema?|
oidcTokenExchange?|Deprecated

Deprecated: the flag has been removed and urn:ietf:params:oauth:grant-type:token-exchange grant type for the OIDC token endpoint is enabled by default. Token exchange can be used to request tokens with a lesser scope or impersonate other users. See the security policy to allow impersonation on an instance. This field is only kept for backward compatibility and will be removed in the next major version of Zitadel. Setting the field will have no effect.

improvedPerformance?array<>
debugOidcParentError?|
oidcSingleV1SessionTermination?|
enableBackChannelLogout?|Deprecated

Deprecated: the flag has been removed and OIDC Back-Channel Logout is always enabled. This field is only kept for backward compatibility and will be removed in the next major version of Zitadel. Setting the field will have no effect.

loginV2?|
permissionCheckV2?|
consoleUseV2UserApi?|
enableRelationalTables?|
[key: string]?never

Response Body

application/json

curl -X PUT "https://loading/v2/features/instance" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  }
}

Was this page helpful?