comparison Sphinx/source/plugins/authorization.rst @ 1007:7fbd7a6a1d56

added note about deprecation of advanced authorization plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jan 2024 13:28:17 +0100
parents 17bf6fafb884
children a1d28570ef23
comparison
equal deleted inserted replaced
1006:fd3ad1ac1482 1007:7fbd7a6a1d56
9 This **official plugin** extends Orthanc with an advanced 9 This **official plugin** extends Orthanc with an advanced
10 authorization mechanism. For each incoming REST request to some URI, 10 authorization mechanism. For each incoming REST request to some URI,
11 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
12 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
13 set to ``403`` (Forbidden). 13 set to ``403`` (Forbidden).
14
15 **Status:** This plugin was `deprecated
16 <https://discourse.orthanc-server.org/t/advanced-authorization-plugin-vs-remote-access/1859/5?u=jodogne>`__
17 between 2020 and 2022, but its active development has been resumed
18 since May 2022.
14 19
15 20
16 How to get it ? 21 How to get it ?
17 --------------- 22 ---------------
18 23