Cant enable admin_fine_grained_authz feature

If i try to setup a test system with opional features the start process always fails.

Enviroment:

  • win 10
  • java version: “1.8.0_261”
  • latest Keyclaok version

As described here:

Start commad:
.\standalone.bat -Dkeycloak.profile.feature.admin_fine_grained_authz=enabled
(also dosen’t work with standalone.bat -Dkeycloak.profile=preview)

When i try to enable it with the “profile.properties” File, the server starts, but the Permisstions tab in the client configuration still isn’t there.
(as described here: https://www.keycloak.org/docs/latest/server_admin/#_fine_grain_permissions)

Shorted Output:
Calling “D:\keycloak-11.0.2\bin\standalone.conf.bat”
Setting JAVA property to “C:\Program Files\Java\jdk-14.0.2\bin\java”
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: "D:\keycloak-11.0.2"

  JAVA: "C:\Program Files\Java\jdk-14.0.2\bin\java"

  JAVA_OPTS: "-Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman  --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED"

===============================================================================

12:14:36,996 INFO  [org.jboss.modules] (main) JBoss Modules version 1.10.1.Final
WFLYSRV0073: Invalid option '.profile.feature.admin_fine_grained_authz=enabled

12:37:51,819 FATAL [org.jboss.as.server] (main) WFLYSRV0239: Aborting with exit code 1’

Please Help me to enable the admin_fine_grained_authz and the account_api feature