diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-29 15:40:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 15:40:11 +0100 |
commit | 4bbd53545041c9295fbae5dd0cefdd66d55d0b53 (patch) | |
tree | b7c8705631445e676df6096d416629949e1f409e /changelog.d | |
parent | Fix CI by ignore type for None module import (#9709) (diff) | |
download | synapse-4bbd53545041c9295fbae5dd0cefdd66d55d0b53.tar.xz |
Update the OIDC sample config (#9695)
I've reiterated the advice about using `oidc` to migrate, since I've seen a few people caught by this. I've also removed a couple of the examples as they are duplicating the OIDC documentation, and I think they might be leading people astray.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9695.doc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9695.doc b/changelog.d/9695.doc new file mode 100644 index 0000000000..cf82e68a85 --- /dev/null +++ b/changelog.d/9695.doc @@ -0,0 +1 @@ +Update the sample configuration for OIDC authentication. |