diff options
Diffstat (limited to 'changelog.d/16030.feature')
-rw-r--r-- | changelog.d/16030.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16030.feature b/changelog.d/16030.feature new file mode 100644 index 0000000000..c2f068085f --- /dev/null +++ b/changelog.d/16030.feature @@ -0,0 +1 @@ +Allow specifying `client_secret_path` as alternative to `client_secret` for OIDC providers. This avoids leaking the client secret in the homeserver config. Contributed by @Ma27. |