diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-01-21 13:17:07 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-01-21 13:17:07 +0000 |
commit | b5120f09f14bd42a705b89ef793c427178decd85 (patch) | |
tree | 7a3e55fdc2fd8dd1328179ab554be8985680c96b /changelog.d | |
parent | Use execute_batch instead of executemany in places (#9181) (diff) | |
parent | Prefix idp_id with "oidc-" (#9189) (diff) | |
download | synapse-b5120f09f14bd42a705b89ef793c427178decd85.tar.xz |
Merge remote-tracking branch 'origin/release-v1.26.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9189.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9189.misc b/changelog.d/9189.misc new file mode 100644 index 0000000000..9a5740aac2 --- /dev/null +++ b/changelog.d/9189.misc @@ -0,0 +1 @@ +Add an `oidc-` prefix to any `idp_id`s which are given in the `oidc_providers` configuration. |