-
- Downloads
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.
Showing
- changelog.d/9376.feature 1 addition, 0 deletionschangelog.d/9376.feature
- synapse/handlers/oidc_handler.py 52 additions, 22 deletionssynapse/handlers/oidc_handler.py
- synapse/rest/synapse/client/oidc/callback_resource.py 12 additions, 1 deletionsynapse/rest/synapse/client/oidc/callback_resource.py
- tests/handlers/test_oidc.py 13 additions, 13 deletionstests/handlers/test_oidc.py
changelog.d/9376.feature
0 → 100644
Please register or sign in to comment