comparison Sphinx/source/plugins/authorization.rst @ 556:6a3d48510b0b

Python sample: "Forbid or allow access to REST resources (authorization)", deprecating advanced authorization plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Dec 2020 12:45:13 +0100
parents 2922fb1bd65e
children 525d59a7c198
comparison
equal deleted inserted replaced
555:6fb469a3c382 556:6a3d48510b0b
1 .. _authorization: 1 .. _authorization:
2 2
3 3
4 Advanced authorization plugin 4 Advanced authorization plugin (deprecated)
5 ============================= 5 ==========================================
6 6
7 .. contents:: 7 .. contents::
8 8
9 .. note:: This plugin is now deprecated and is not maintained anymore.
10 The :ref:`Python plugin <python_authorization>` provides a
11 more intuitive and flexible solution.
12
9 This **official plugin by Osimis** extends Orthanc with an advanced 13 This **official plugin by Osimis** extends Orthanc with an advanced
10 authorization mechanism. For each incoming REST request to some URI, 14 authorization mechanism. For each incoming REST request to some URI,
11 the plugin will query a Web service to know whether the access is 15 the plugin will query a Web service to know whether the access is
12 granted to the user. If access is not granted, the HTTP status code is 16 granted to the user. If access is not granted, the HTTP status code is
13 set to ``403`` (Forbidden). 17 set to ``403`` (Forbidden).