diff options
author | Maximilian Bosch <maximilian@mbosch.me> | 2023-08-21 21:32:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 19:32:17 +0000 |
commit | d6ae4041a4c014a8c234f1afccc80867bf5b7df0 (patch) | |
tree | cf6c959146ed4bf2cef7d6a6b56e8e719099c27b /synapse | |
parent | Implements a task scheduler for resumable potentially long running tasks (#15... (diff) | |
download | synapse-d6ae4041a4c014a8c234f1afccc80867bf5b7df0.tar.xz |
Add `client_secret_path` as alternative for `client_secret` for OIDC config (#16030)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/oidc.py | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/synapse/config/oidc.py b/synapse/config/oidc.py |