forked-synapse/synapse/federation
Jason Robinson 82e13662c0 Split federation OpenID userinfo endpoint out of the federation resource
This allows the OpenID userinfo endpoint to be active even if the
federation resource is not active. The OpenID userinfo endpoint
is called by integration managers to verify user actions using the
client API OpenID access token. Without this verification, the
integration manager cannot know that the access token is valid.

The OpenID userinfo endpoint will be loaded in the case that either
"federation" or "openid" resource is defined. The new "openid"
resource is defaulted to active in default configuration.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
2019-01-23 10:32:41 +02:00
..
transport Split federation OpenID userinfo endpoint out of the federation resource 2019-01-23 10:32:41 +02:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py more comments 2018-09-27 11:31:51 +01:00
federation_server.py Add /v2/invite federation API 2019-01-15 13:22:44 +00:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py fix #3445 2018-08-29 16:28:25 +02:00
transaction_queue.py Don't log stack traces for HTTP error responses 2019-01-08 12:28:30 +00:00
units.py Clean up event accesses and tests 2018-11-02 13:44:14 +00:00