synapse/changelog.d/7153.feature
Richard van der Hoff b7da598a61 Always whitelist the login fallback for SSO (#7153)
That fallback sets the redirect URL to itself (so it can process the login
token then return gracefully to the client). This would make it pointless to
ask the user for confirmation, since the URL the confirmation page would be
showing wouldn't be the client's.
2020-03-27 20:24:52 +00:00

2 lines
89 B
Gherkin

Always whitelist the login fallback in the SSO configuration if `public_baseurl` is set.