forked-synapse/synapse/federation/transport
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
..
__init__.py Remove redundated BaseHomeServer 2016-01-26 13:52:29 +00:00
client.py Add groundwork for new versions of federation APIs 2019-01-15 11:14:34 +00:00
server.py Split federation OpenID userinfo endpoint out of the federation resource 2019-01-23 10:32:41 +02:00