...
Start by cloning the CHEFS source code onto your local machine and download the
local.json
file below such that the directory structure follows/common-hosted-form-service/app/config/local.json
Download
chefs_build.zip
which contains directory structure and docker file for building CHEFS.Open
realm-export.json
located atchefs_build/docker/imports/keycloak
and search forXXXXXXXXXXXX
. This value must match theclientSecret
value inlocal.json
so that the CHEFS API can connect to your Keycloak instance. Do this by searching forXXXXXXXXXXXX
inlocal.json
and replacing it with the value used inrealm-export.json
. By default, these are set to be equal and don’t need to be altered.Navigate to the CSS page, login with your IDIR, and download the ‘Development’ Installation JSON from your SSO Integration.
Back in the
realm-export.json
file, search forYYYYYYYYYYYY
and replace it with the resource you obtained from the downloaded JSON file. Search forZZZZZZZZZZZZ
and replace it with the secret.
...