From 471378e4d8353d8652caf67524c828e61b03f765 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 4 May 2019 21:50:08 -0400 Subject: [PATCH] Disable orthanc authentication --- docker/authproxy/config/orthanc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker/authproxy/config/orthanc.json diff --git a/docker/authproxy/config/orthanc.json b/docker/authproxy/config/orthanc.json new file mode 100644 index 000000000..e11e3be68 --- /dev/null +++ b/docker/authproxy/config/orthanc.json @@ -0,0 +1,5 @@ +{ + "RemoteAccessAllowed": false, + "SslEnabled": false, + "AuthenticationEnabled": false +}