Open
Description
Description
I'm currently building a Keycloak image and I wanted to disable some features.
Then I noticed that features like account-v3
and token-exchange-standard-v2
seem to no longer exist (at least as a feature flag), which means to me that the below documentation is out of date, or am I missing something?
Documentation: https://www.keycloak.org/server/features
Invalid value for option '--features-disabled': account-v3. Expected values are: account, account-api, admin, admin-api,
admin-fine-grained-authz, authorization, cache-embedded-remote-store, ciba, client-policies, client-secret-rotation,
client-types, clusterless, declarative-ui, device-flow, docker, dpop, dynamic-scopes, fips, impersonation,
ipa-tuura-federation, kerberos, login, multi-site, oid4vc-vci, opentelemetry, organization, par, passkeys,
persistent-user-sessions, preview, quick-theme, recovery-codes, rolling-updates, scripts, step-up-authentication,
token-exchange, token-exchange-standard, transient-users, update-email, user-event-metrics, web-authn.
Invalid value for multivalued option '--features-disabled': list value 'token-exchange-standard-v2 '
should not have leading nor trailing whitespace
I'm on Keycloak version 26.2.5
.
Thanks