Updated instructions to enable authz services in product
This commit is contained in:
parent
e22a439e59
commit
f131abdc76
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue