Hi, i am studying the Orthanc and its applications but i would like to use it on a windows system. My question is very simple : is there a way to use the Advanced Authorization Plugin, for keycloack integration, in a bare windows system (without docker) ?
Hi Ascanio,
We haven’t deployed such a setup…
But basically, the containers are “just” running some python scripts, so it should be possible to run them on a Windows setup…
Regards,
Thanks for reply. yes i see them but the problem is setting the env variables such : ENABLE_KEYCLOAK: “true”
PUBLIC_ORTHANC_ROOT: “https://mydomain/orthanc/”
PUBLIC_LANDING_ROOT: “https://mydomain/orthanc/ui/app/token-landing.html”
PERMISSIONS_FILE_PATH: “/orthanc_auth_service/permissions.json”
Is there a way to set them as a json configuration file to instruct the plugin ?
No but you can define environment variables in Windows too.