diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-27 21:31:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 21:31:45 +0000 |
commit | a083aea396dbd455858e93d6a57a236e192b68e2 (patch) | |
tree | d81f829e13490887f2be559471c8287245507037 /changelog.d | |
parent | Support for scraping email addresses from OIDC providers (#9245) (diff) | |
download | synapse-a083aea396dbd455858e93d6a57a236e192b68e2.tar.xz |
Add 'brand' field to MSC2858 response (#9242)
We've decided to add a 'brand' field to help clients decide how to style the buttons. Also, fix up the allowed characters for idp_id, while I'm in the area.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9183.feature | 2 | ||||
-rw-r--r-- | changelog.d/9242.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9183.feature b/changelog.d/9183.feature index 2d5c735042..3bcd9f15d1 100644 --- a/changelog.d/9183.feature +++ b/changelog.d/9183.feature @@ -1 +1 @@ -Add experimental support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858). +Add experimental support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)). diff --git a/changelog.d/9242.feature b/changelog.d/9242.feature new file mode 100644 index 0000000000..3bcd9f15d1 --- /dev/null +++ b/changelog.d/9242.feature @@ -0,0 +1 @@ +Add experimental support for allowing clients to pick an SSO Identity Provider ([MSC2858](https://github.com/matrix-org/matrix-doc/pull/2858)). |