diff Plugin/DefaultConfiguration.json @ 91:50b18e7a254d

Added a default permission for /auth/tokens/ohif-viewer-publication
author Alain Mazy <am@osimis.io>
date Thu, 13 Apr 2023 15:43:27 +0200
parents bb4c32b25c5d
children dff72e397f90
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Mon Mar 27 12:36:16 2023 +0200
+++ b/Plugin/DefaultConfiguration.json	Thu Apr 13 15:43:27 2023 +0200
@@ -69,7 +69,7 @@
             ["put", "^/auth/tokens/(download-instant-link)$", "all|download"],
 
             // share a link to open a study
-            ["put", "^/auth/tokens/(stone-viewer-publication|meddream-viewer-publication|osimis-viewer-publication)$", "all|share"],
+            ["put", "^/auth/tokens/(stone-viewer-publication|meddream-viewer-publication|osimis-viewer-publication|ohif-viewer-publication)$", "all|share"],
 
             // uploads
             ["post", "^/instances$", "all|upload"],