0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-11 05:39:06 +02:00
synapse/changelog.d/9376.feature
Richard van der Hoff e1071fd625
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.
2021-02-17 10:15:14 +00:00

2 lines
103 B
Gherkin

Add support for receiving OpenID Connect authentication responses via form `POST`s rather than `GET`s.