MatrixSynapse/synapse/rest/synapse/client/oidc
Quentin Gliech cc3a52b33d
Support OIDC backchannel logouts (#11414)
If configured an OIDC IdP can log a user's session out of
Synapse when they log out of the identity provider.

The IdP sends a request directly to Synapse (and must be
configured with an endpoint) when a user logs out.
2022-10-31 13:07:30 -04:00
..
__init__.py Support OIDC backchannel logouts (#11414) 2022-10-31 13:07:30 -04:00
backchannel_logout_resource.py Support OIDC backchannel logouts (#11414) 2022-10-31 13:07:30 -04:00
callback_resource.py Add missing type hints to non-client REST servlets. (#10817) 2021-09-15 08:45:32 -04:00