diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-04-23 18:22:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 18:22:47 +0100 |
commit | 695b73c861aa26ab591cad3f378214b2666e806e (patch) | |
tree | 85694a865da0b3ff8607f56ba7f963a7c7390b35 /changelog.d | |
parent | pass a reactor into SynapseSite (#9874) (diff) | |
download | synapse-695b73c861aa26ab591cad3f378214b2666e806e.tar.xz |
Allow OIDC cookies to work on non-root public baseurls (#9726)
Applied a (slightly modified) patch from https://github.com/matrix-org/synapse/issues/9574. As far as I understand this would allow the cookie set during the OIDC flow to work on deployments using public baseurls that do not sit at the URL path root.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9726.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9726.bugfix b/changelog.d/9726.bugfix new file mode 100644 index 0000000000..4ba0b24327 --- /dev/null +++ b/changelog.d/9726.bugfix @@ -0,0 +1 @@ +Fixes the OIDC SSO flow when using a `public_baseurl` value including a non-root URL path. \ No newline at end of file |