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 /synapse/rest | |
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 'synapse/rest')
-rw-r--r-- | synapse/rest/synapse/client/oidc/callback_resource.py | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/synapse/rest/synapse/client/oidc/callback_resource.py b/synapse/rest/synapse/client/oidc/callback_resource.py |