diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-16 16:27:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 16:27:38 +0000 |
commit | 3b754aea27fbe1a17d4f5cec1a8ad7765a91e6fe (patch) | |
tree | 2c94715047def5c27ab6e2e835e0cd95c0061771 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-3b754aea27fbe1a17d4f5cec1a8ad7765a91e6fe.tar.xz |
Clean up caching/locking of OIDC metadata load (#9362)
Ensure that we lock correctly to prevent multiple concurrent metadata load requests, and generally clean up the way we construct the metadata cache.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9362.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9362.misc b/changelog.d/9362.misc new file mode 100644 index 0000000000..c75cfeb2a4 --- /dev/null +++ b/changelog.d/9362.misc @@ -0,0 +1 @@ +Clean up the code to load the metadata for OpenID Connect identity providers. |