diff Sphinx/source/plugins/authorization.rst @ 1004:17bf6fafb884

added links to uclouvain
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Dec 2023 08:12:21 +0100
parents 05b106383b2a
children 7fbd7a6a1d56
line wrap: on
line diff
--- a/Sphinx/source/plugins/authorization.rst	Wed Dec 20 08:01:52 2023 +0100
+++ b/Sphinx/source/plugins/authorization.rst	Wed Dec 20 08:12:21 2023 +0100
@@ -6,7 +6,7 @@
 
 .. contents::
 
-This **official plugin by Osimis** extends Orthanc with an advanced
+This **official plugin** extends Orthanc with an advanced
 authorization mechanism. For each incoming REST request to some URI,
 the plugin will query a Web service to know whether the access is
 granted to the user. If access is not granted, the HTTP status code is
@@ -398,12 +398,13 @@
 Integration with the Orthanc Explorer
 -------------------------------------
 
-Starting from Orthanc 1.5.8, you can pass authorization tokens in the url
-search params when opening the Orthanc explorer i.e. 
-http://localhost:8042/app/explorer.html?token=1234.  This token will be 
-included as an HTTP header in every request sent to the Orthanc Rest API.  
-It will also be included in the url search params when opening the Orthanc 
-or Osimis viewer.  
+Starting from Orthanc 1.5.8, you can pass authorization tokens in the
+url search params when opening the Orthanc explorer, i.e.
+``http://localhost:8042/app/explorer.html?token=1234``.  This token
+will be included as an HTTP header in every request sent to the
+Orthanc Rest API. It will also be included in the URL search params
+when opening the Orthanc or :ref:`Osimis Web viewer
+<osimis_webviewer>`.
 
 Only 3 tokens name will be recognized and forwarded: ``token``, ``auth-token``
 and ``authorization``.