diff Plugin/DefaultConfiguration.json @ 95:dff72e397f90

fix standard configuration 'orthanc-explorer-2' for TokenGetArguments
author Alain Mazy <am@osimis.io>
date Wed, 26 Apr 2023 12:05:32 +0200
parents 50b18e7a254d
children 760fd9ad7007
line wrap: on
line diff
--- a/Plugin/DefaultConfiguration.json	Sat Apr 15 08:00:23 2023 +0200
+++ b/Plugin/DefaultConfiguration.json	Wed Apr 26 12:05:32 2023 +0200
@@ -51,7 +51,7 @@
         // You may define other permissions yourself as long as they match the permissions
         // provided in the user-profile route implemented by the auth-service.
         // You may test your regex in https://regex101.com/ by selecting .NET (C#) and removing the leading ^ and trailing $
-        // The default configuration is suitable for Orthanc-Explorer-2 (see TBD sample)
+        // The default configuration is suitable for Orthanc-Explorer-2 (see https://github.com/orthanc-team/orthanc-auth-service)
         "Permissions" : [
             ["post", "^/auth/tokens/decode$", ""],
             ["post", "^/tools/lookup$", ""], // currently used to authorize downloads in Stone (to map the StudyInstanceUID into an OrthancID.  Not ideal -> we should define a new API that has the resource ID in the path to be able to check it at resource level) but, on another hand, you do not get any Patient information from this route