Updated instructions to enable authz services in product

This commit is contained in:
Stian Thorgersen 2016-09-20 11:51:38 +02:00
parent e22a439e59
commit f131abdc76

View file

@ -3,8 +3,8 @@
{% if book.product %} {% if book.product %}
{{book.project.module}} is a Technology Preview feature and is not fully supported. The feature is disabled by default. {{book.project.module}} is a Technology Preview feature and is not fully supported. The feature is disabled by default.
To enable {{book.project.module}} edit `standalone/configuration/profile.properties` (or `domain/configuration/profile.properties`) To enable {{book.project.module}} add the file `standalone/configuration/profile.properties` with the contents `profile=preview`
and set `profile=preview` to enable preview features. or start the server with `-Dkeycloak.profile=preview` to enable preview features.
{% endif %} {% endif %}
{{book.project.name}} supports fine-grained authorization policies and is able to mix and match different access control {{book.project.name}} supports fine-grained authorization policies and is able to mix and match different access control