diff NEWS @ 59:a5f2976fe8a0

fix Authorization header conflicting with WebServiceUsername
author Alain Mazy <am@osimis.io>
date Thu, 10 Nov 2022 10:25:01 +0100
parents ad279c70c22d
children a2ed57d8a2f0
line wrap: on
line diff
--- a/NEWS	Wed Nov 09 18:17:03 2022 +0100
+++ b/NEWS	Thu Nov 10 10:25:01 2022 +0100
@@ -7,7 +7,11 @@
 * new configuration option "StandardConfigurations" to replace multiple configurations.
   Allowed values: "osimis-web-viewer", "stone-webviewer"
 * added support for QIDO-RS query arguments (e.g: /dicom-web/studies?0020000D=1.2.3&...)
-
+* possible BREAKING_CHANGE: if "TokenHttpHeaders" is set to "Authorization" and if
+  "WebServiceUsername" is defined, the "Authorization" header of the HTTP request
+  sent to the auth-service will contain the basic auth info from WebServiceUsername and 
+  WebServicePassword.  You should get the "Authorization" value from the token-value field
+  of the payload sent to the auth-service.
 
 2022-09-26 - v 0.3.0
 ====================