mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
d2c616a413
* Implement CasHandler.handle_redirect_request ... to make it match OidcHandler and SamlHandler * Clean up interface for OidcHandler.handle_redirect_request Make it accept `client_redirect_url=None`. * Clean up interface for `SamlHandler.handle_redirect_request` ... bring it into line with CAS and OIDC by making it take a Request parameter, move the magic for `client_redirect_url` for UIA into the handler, and fix the return type to be a `str` rather than a `bytes`. * Define a common protocol for SSO auth provider impls * Give SsoIdentityProvider an ID and register them * Combine the SSO Redirect servlets Now that the SsoHandler knows about the identity providers, we can combine the various *RedirectServlets into a single implementation which delegates to the right IdP. * changelog |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
account_data.py | ||
account_validity.py | ||
account.py | ||
auth.py | ||
capabilities.py | ||
devices.py | ||
filter.py | ||
groups.py | ||
keys.py | ||
notifications.py | ||
openid.py | ||
password_policy.py | ||
read_marker.py | ||
receipts.py | ||
register.py | ||
relations.py | ||
report_event.py | ||
room_keys.py | ||
room_upgrade_rest_servlet.py | ||
sendtodevice.py | ||
shared_rooms.py | ||
sync.py | ||
tags.py | ||
thirdparty.py | ||
tokenrefresh.py | ||
user_directory.py |