diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-02-17 10:15:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 10:15:14 +0000 |
commit | e1071fd62550047a6f0ef771ca171e213c3b68bd (patch) | |
tree | 5576aa0f6cbf437b36cfba8122ff01017367a4b2 /changelog.d | |
parent | Allow OIDC config to override discovered values (#9384) (diff) | |
download | synapse-e1071fd62550047a6f0ef771ca171e213c3b68bd.tar.xz |
Support for form_post in OIDC responses (#9376)
Apple want to POST the OIDC auth response back to us rather than using query-params; add the necessary support to make that work.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9376.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9376.feature b/changelog.d/9376.feature new file mode 100644 index 0000000000..68ea21dbdd --- /dev/null +++ b/changelog.d/9376.feature @@ -0,0 +1 @@ +Add support for receiving OpenID Connect authentication responses via form `POST`s rather than `GET`s. |