diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-01 13:15:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 13:15:51 +0000 |
commit | f78d07bf005f7212bcc74256721677a3b255ea0e (patch) | |
tree | bd70a722503feece7aff57df2bc71b25272b95b0 /changelog.d | |
parent | Add 'brand' field to MSC2858 response (#9242) (diff) | |
download | synapse-f78d07bf005f7212bcc74256721677a3b255ea0e.tar.xz |
Split out a separate endpoint to complete SSO registration (#9262)
There are going to be a couple of paths to get to the final step of SSO reg, and I want the URL in the browser to consistent. So, let's move the final step onto a separate path, which we redirect to.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9262.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9262.feature b/changelog.d/9262.feature new file mode 100644 index 0000000000..c21b197ca1 --- /dev/null +++ b/changelog.d/9262.feature @@ -0,0 +1 @@ +Improve the user experience of setting up an account via single-sign on. |