Features
With the _features.conf you can control which Enterprise API features are enabled. They are managed via
the feature manager.
Available Features
account-registration- Enable or disable account registrationadmin- Administration endpointsauth- Configure authenticationauthservice- Enables user authenticationdata-retention- Enable or disable data retentiondatabase- Configure databasedebug-endpoints- Enables various debug endpointsdev-mode- Development modeenterprise- Enterprise basefeature-flag-information-endpoint- Enables endpoints related to showing information about available features on this service instancehealthchecks- Enables healthcheck endpointsissuer2- Enable or disable the beta issuer2 serviceoidc-bridge- Enable or disable the OIDC Bridge Service for VC-based IAM integrationopenapi- Enables openapi endpointsorganization-creation- Enable or disable organization creationpersistence- Storagesuperadmin-registration- Enable or disable superadmin registrationtelemetry- Enable or disable telemetrytrust-registry- Enable or disable the Trust Registry Serviceweb- Web servicex509- Enable or disable the X.509 Certificate Service & Store servicestransaction-data-profiles- Enable or disable the Enterprise Verifier2 transaction-data profile registry and discovery endpoint
Example Setup
_features.conf
enabledFeatures = [
admin // adds routes for administration of globals
dev-mode // adds routes useful for development
superadmin-registration // allows registering superadmins
]
disabledFeatures = [
# debug-endpoints
# account-registration
]
Last updated on July 8, 2026
