Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/authorization.rst @ 950:0b237d3c7f52
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 02 Jun 2023 18:30:06 +0200 |
parents | 11d7d30ca273 |
children | 1316bc62b5d5 |
comparison
equal
deleted
inserted
replaced
949:d43acd4f2454 | 950:0b237d3c7f52 |
---|---|
373 ], | 373 ], |
374 "CheckedLevel" : "studies" | 374 "CheckedLevel" : "studies" |
375 } | 375 } |
376 } | 376 } |
377 | 377 |
378 .. _orthanc-explorer-authorization: | 378 .. _orthanc-explorer-2-authorization: |
379 | 379 |
380 Integration with the Orthanc Explorer 2 | 380 Integration with the Orthanc Explorer 2 |
381 --------------------------------------- | 381 --------------------------------------- |
382 | 382 |
383 This project contains a `complete example<https://github.com/orthanc-team/orthanc-auth-service>`__ | 383 This project contains a `complete example <https://github.com/orthanc-team/orthanc-auth-service>`__ |
384 of a Web services integrating with :ref:`Orthanc Explorer 2 <orthanc-explorer-2>` to implement | 384 of a Web services integrating with :ref:`Orthanc Explorer 2 <orthanc-explorer-2>` to implement |
385 user level permissions and sharing of single studies. | 385 user level permissions and sharing of single studies. |
386 | 386 |
387 This sample also shows how to implement all routes that the webservice might provide: | 387 This sample also shows how to implement all routes that the webservice might provide: |
388 | 388 |