Hi, I have tried for a while getting Keycloak 20.0.1 to run in an Azure web app with backend and custom federation for a while now, but no luck so far. Works in dev mode locally towards same servers.
Tried using the Keycloak quarkus distribution instead, this works perfectly locally in production mode with both postgres backend and custom federation, but when uploaded to Azure Web app it will not start. Hopefully someone here is able to help me get this working.
I have set same app settings locally as in Azure
KEYCLOAK_ADMIN
KEYCLOAK_ADMIN_PASSWORD
KC_DB
KC_DB_PASSWORD
KC_DB_URL
KC_DB_USERNAME
KC_HOSTNAME_URL
KC_HTTPS_CERTIFICATE_FILE
KC_HTTPS_CERTIFICATE_KEY_FILE
PORT
Startup command, have tried several variant here.
[/site/wwwroot/bin/kc.sh, start]
But it fails
