comparison README @ 1:d5d3cb00556a

initial release
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 Mar 2017 16:13:52 +0100
parents
children 6190b564622f
comparison
equal deleted inserted replaced
0:decac5df19c4 1:d5d3cb00556a
1 Advanced authorization for Orthanc
2 ==================================
3
4
5 General Information
6 -------------------
7
8 This repository contains the source code of an advanced authorization
9 plugin for Orthanc.
10
11 For each incoming REST request to some URI, the plugin will query a
12 Web service to know whether the access is granted to the
13 user. Authorization credentials can be retrieved either from a GET
14 argument, or from a HTTP header.
15
16
17 Installation and usage
18 ----------------------
19
20 Build instructions are similar to that of Orthanc:
21 https://orthanc.chu.ulg.ac.be/book/faq/compiling.html
22
23 Usage details are available as part of the Orthanc Book:
24 http://book.orthanc-server.com/plugins/authorization.html
25
26
27 Licensing
28 ---------
29
30 The authorization plugin for Orthanc is licensed under the AGPL license.
31
32 We also kindly ask scientific works and clinical studies that make
33 use of Orthanc to cite Orthanc in their associated publications.
34 Similarly, we ask open-source and closed-source products that make
35 use of Orthanc to warn us about this use. You can cite our work
36 using the following BibTeX entry:
37
38 @inproceedings{Jodogne:ISBI2013,
39 author = {Jodogne, S. and Bernard, C. and Devillers, M. and Lenaerts, E. and Coucke, P.},
40 title = {Orthanc -- {A} Lightweight, {REST}ful {DICOM} Server for Healthcare and Medical Research},
41 booktitle={Biomedical Imaging ({ISBI}), {IEEE} 10th International Symposium on},
42 year={2013},
43 pages={190-193},
44 ISSN={1945-7928},
45 month=apr,
46 url={http://ieeexplore.ieee.org/xpl/articleDetails.jsp?tp=&arnumber=6556444},
47 address={San Francisco, {CA}, {USA}}
48 }