Merge pull request #27 from thomasdarimont/issue/26-document-usage-of-environment-variables-in-keycloak-json
Document usage of environment variables in Keycloak.json
This commit is contained in:
commit
20e7c6343b
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ This is what one might look like:
|
|||
----
|
||||
|
||||
You can use `${...}` enclosure for system property replacement. For example `${jboss.server.config.dir}` would be replaced by `/path/to/{{book.project.name}}`.
|
||||
Replacement of environment variables is also supported via the `env` prefix, e.g. `${env.MY_ENVIRONMENT_VARIABLE}`.
|
||||
|
||||
The initial config file can be obtained from the the admin console. This can be done by opening the admin console, select `Clients` from the menu and clicking
|
||||
on the corresponding client. Once the page for the client is opened click on the `Installation` tab and select `Keycloak OIDC JSON`.
|
||||
|
|
Loading…
Reference in a new issue