comparison Sphinx/source/faq/security.rst @ 512:be8b638f3f46

added mutual auth
author Alain Mazy <alain@mazy.be>
date Wed, 16 Sep 2020 11:46:11 +0200
parents 933e28b6a64d
children f22b3743fd3f
comparison
equal deleted inserted replaced
511:5b574520a34c 512:be8b638f3f46
70 medical data or passwords, even on the Intranet. 70 medical data or passwords, even on the Intranet.
71 71
72 * If Orthanc is put on a server that can be contacted from Internet, 72 * If Orthanc is put on a server that can be contacted from Internet,
73 put Orthanc behind a :ref:`reverse proxy <https>`, and let this 73 put Orthanc behind a :ref:`reverse proxy <https>`, and let this
74 reverse proxy take care of the HTTPS encryption. 74 reverse proxy take care of the HTTPS encryption.
75 75
76 * Enable :ref:`Client certificate authentication <https>` between multiple
77 Orthanc peers.
78
76 * Setup rules that define, for each authorized user, which resources 79 * Setup rules that define, for each authorized user, which resources
77 it can access, and through which HTTP method (GET, POST, DELETE 80 it can access, and through which HTTP method (GET, POST, DELETE
78 and/or PUT). This can be done by defining a :ref:`filter written in 81 and/or PUT). This can be done by defining a :ref:`filter written in
79 Lua <lua-filter-rest>`. Here is a sample Lua filter that 82 Lua <lua-filter-rest>`. Here is a sample Lua filter that
80 differentiates between an administrator user (``admin``) who has 83 differentiates between an administrator user (``admin``) who has