Skip to content

Commit b22c60a

Browse files
author
Andrei Tsaregorodtsev
authored
Merge pull request #5548 from TaykYoku/integration_oauth2Docs
[integration] develop/admin documentation about OAuth2 authorization
2 parents 30727d9 + 733bbc7 commit b22c60a

File tree

12 files changed

+287
-1
lines changed

12 files changed

+287
-1
lines changed

docs/source/AdministratorGuide/ServerInstallations/environment_variable_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ BEARER_TOKEN_FILE
7373
If the environment variable is set, then its value is interpreted as a filename. The content of the specified file is used as token string (https://doi.org/10.5281/zenodo.3937438).
7474

7575
DIRAC_USE_ACCESS_TOKEN
76-
If this environment is set to ``true`` or ``yes``, the concurrent.futures.ThreadPoolExecutor will be used (default=false)
76+
If this environment is set to ``true``, then when trying to connect to the server, access tokens will be used (default=false)

docs/source/DeveloperGuide/OAuth2Authorization/index.rst

Lines changed: 285 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/DeveloperGuide/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ group.
4141
Externals/index
4242
TornadoServices/index
4343
APIs/index
44+
OAuth2Authorization/index
42.5 KB
Loading
110 KB
Loading
128 KB
Loading
186 KB
Loading
53.5 KB
Loading
152 KB
Loading
200 KB
Loading

0 commit comments

Comments
 (0)