@Henderson_Dvid , Understood
I have tried with the earlier version of camunda 8.2.8 (didn’t have time to deploy 8.3 alpha in VP), where IDENTITY_AUTH_PROVIDER_BACKEND_URL,
IDENTITY_AUTH_PROVIDER_ISSUER_URL
were availabe as default then I have changed the url’s as below
IDENTITY_AUTH_PROVIDER_BACKEND_URL: http://keycloak:8080/auth/realms/camunda-platform
IDENTITY_AUTH_PROVIDER_ISSUER_URL: http://Your-IP:18080/auth/realms/camunda-platform
IDENTITY_URL: http://Your-IP/:8084
Try adding IDENTITY_URL
Hope this helps