Secure OHIF accessing secure dcm4chee instance

Hello all,

I am trying to create an installation using keycloak to auth both OHIF & dcm4chee.

I already tried using the recipe and while it worked great, the dcm4chee installation is unsecure by using its local container address:

(s)dockerhost:8443/dcm4chee-arc/ui2

The ideal solution would be an OHIF standalone installation which complements and is authenticated by a client in the already existing dcm4chee docker compose file and its keycloak installation.

The OHIF instance will be behind https(selfsigned for now for local network testing) and I am failing to provide a proper nginx solution.

Has someone done anything similar? I would appreciate any help and guidance

Thanks in advance for your time