comparison Sphinx/source/plugins/authorization.rst @ 851:f282da89c1c1

auth plugin not deprecated anymore
author Alain Mazy <am@osimis.io>
date Mon, 30 May 2022 11:07:58 +0200
parents 525d59a7c198
children 2e3493d618ad
comparison
equal deleted inserted replaced
850:989f00cd4dfa 851:f282da89c1c1
1 .. _authorization: 1 .. _authorization:
2 2
3 3
4 Advanced authorization plugin (deprecated) 4 Advanced authorization plugin
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
13 This **official plugin by Osimis** extends Orthanc with an advanced 9 This **official plugin by Osimis** extends Orthanc with an advanced
14 authorization mechanism. For each incoming REST request to some URI, 10 authorization mechanism. For each incoming REST request to some URI,
15 the plugin will query a Web service to know whether the access is 11 the plugin will query a Web service to know whether the access is
16 granted to the user. If access is not granted, the HTTP status code is 12 granted to the user. If access is not granted, the HTTP status code is
17 set to ``403`` (Forbidden). 13 set to ``403`` (Forbidden).