# Cant enable admin\_fine\_grained\_authz feature

**URL:** <https://forum.keycloak.org/t/cant-enable-admin-fine-grained-authz-feature/5098>\
**Category:** Configuring the server\
**Created:** [September 29, 2020, 10:49am UTC](https://forum.keycloak.org/t/cant-enable-admin-fine-grained-authz-feature/5098 "2020-09-29T10:49:53Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![FabianJaenicke](https://avatars.discourse-cdn.com/v4/letter/f/8797f3/32.png) [@FabianJaenicke](https://forum.keycloak.org/u/FabianJaenicke)\
**Post date:** [September 29, 2020, 10:49am UTC](https://forum.keycloak.org/t/cant-enable-admin-fine-grained-authz-feature/5098/1 "2020-09-29T10:49:53Z")

</div>

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:

> **[Server Installation and Configuration Guide](https://www.keycloak.org/docs/latest/server_installation/#profiles)**

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](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
