comparison Sphinx/source/plugins/authorization.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 0b237d3c7f52
children 05b106383b2a
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
14 14
15 15
16 How to get it ? 16 How to get it ?
17 --------------- 17 ---------------
18 18
19 The source code is available on `Mercurial <https://hg.orthanc-server.com/orthanc-authorization/>`__. 19 The source code is available on `Mercurial <https://orthanc.uclouvain.be/hg/orthanc-authorization/>`__.
20 20
21 Binaries are included in: 21 Binaries are included in:
22 22
23 - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__ 23 - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__
24 - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__ 24 - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__
25 - The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__ 25 - The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__
26 26
27 Release notes are available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/NEWS>`__. 27 Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/NEWS>`__.
28 28
29 Compilation instructions are available below. 29 Compilation instructions are available below.
30 30
31 31
32 Usage 32 Usage
177 * ``validity`` tells the authorization plugin for how many seconds the 177 * ``validity`` tells the authorization plugin for how many seconds the
178 result of the Web service must be cached. If set to ``0`` second, 178 result of the Web service must be cached. If set to ``0`` second,
179 the cache entry will never expire. 179 the cache entry will never expire.
180 180
181 **Note:** The source code of the plugin contains a `basic example 181 **Note:** The source code of the plugin contains a `basic example
182 <https://hg.orthanc-server.com/orthanc-authorization/file/default/Resources/TestService.js>`__ 182 <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/default/Resources/TestService.js>`__
183 of such a Web service written in node.js. 183 of such a Web service written in node.js.
184 184
185 185
186 Authentication tokens 186 Authentication tokens
187 ^^^^^^^^^^^^^^^^^^^^^ 187 ^^^^^^^^^^^^^^^^^^^^^
260 Full configuration 260 Full configuration
261 ------------------ 261 ------------------
262 262
263 .. highlight:: json 263 .. highlight:: json
264 264
265 The full list of configuration is available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/Plugin/DefaultConfiguration.json>`__. 265 The full list of configuration is available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/Plugin/DefaultConfiguration.json>`__.
266 266
267 Here is the list of all the configuration options:: 267 Here is the list of all the configuration options::
268 268
269 { 269 {
270 "Authorization" : { 270 "Authorization" : {