Mercurial > hg > orthanc-authorization
changeset 84:9194a65254d4
news
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 17 Mar 2023 17:01:43 +0100 |
parents | 23afe0f2b62b |
children | 9db6b2ed930c 65950b86437b |
files | NEWS |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Mar 17 16:55:58 2023 +0100 +++ b/NEWS Fri Mar 17 17:01:43 2023 +0100 @@ -1,3 +1,6 @@ +2023-03-17 - v 0.5.0 +==================== + * BREAKING-CHANGE: the API between the authorization plugin and the WebService has slightly changed. Check the samples in the README (TODO). - "identifier" has been renamed into "server-id" @@ -7,6 +10,7 @@ * new GET "auth/user/profile" Rest API route to retrieve user permissions * new PUT "auth/tokens/{token-type}" Rest API route to create tokens * new POST "auth/tokens/decode" Rest API route to decode tokens +* these 3 new routes required an updated auth-web-service. * SECURITY FIX: in prior versions, it was possible to browse remote dicom-web servers without being authenticated. (The API routes /dicom-web/servers/.../studies were unprotected). The local