diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-24 15:03:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 15:03:49 -0400 |
commit | 7bfe0902ce2028bf4477f6a5b3bd02ff3877e829 (patch) | |
tree | 3897f7f9ed120aa022bea08055547e347c384850 /changelog.d | |
parent | Convert some of the federation handler methods to async/await. (#7338) (diff) | |
download | synapse-7bfe0902ce2028bf4477f6a5b3bd02ff3877e829.tar.xz |
Add documentation to the sample config about the templates for SSO. (#7343)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7343.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7343.feature b/changelog.d/7343.feature new file mode 100644 index 0000000000..01057aa396 --- /dev/null +++ b/changelog.d/7343.feature @@ -0,0 +1 @@ +Support SSO in the user interactive authentication workflow. |