Advanced authorization plugin

Hi all.

Who have working Advanced authorization plugin?

https://book.orthanc-server.com/plugins/authorization.html

“in the basic configuration file above, the Web service listening at http://localhost:8000/ is used”

Web service on localhost:8000 not working. I see only 4242 and 8042 ports.

Best regards

Hello,

As explained in the documentation of the plugin, the “http://localhost:8000/” corresponds to a separate, standalone Web service (i.e. it is not Orthanc) that takes care of granting access to the resources. Obviously, you are not obliged to use 8000, any port different than the TCP ports used by Orthanc is OK. An example written in node.js is provided:
https://book.orthanc-server.com/plugins/authorization.html#expected-answer

Regards,
Sébastien-

FYI, a complete sample setup is available here

Thanks.
I understood. This plugin is not working as anothers plugins such as mysql or dicomweb. It needs additional conditions.

Regards, Alex

вт, 23 мар. 2021 г. в 14:13, Alain Mazy <am@osimis.io>: