diff --git a/changelog.d/19752.doc b/changelog.d/19752.doc new file mode 100644 index 0000000000..d4457ffc88 --- /dev/null +++ b/changelog.d/19752.doc @@ -0,0 +1 @@ +Improve documentation around endpoints that can be enabled with MSC3861. diff --git a/docs/workers.md b/docs/workers.md index 8d3aad19c6..e51ea7b2f6 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -345,6 +345,10 @@ set to `true`), the following endpoints can be handled by the worker: ^/_synapse/admin/v1/users/[^/]+/_allow_cross_signing_replacement_without_uia$ ^/_synapse/admin/v1/users/[^/]+/devices$ +Do note that these endpoints can't be handled by workers if the stabilised delegated +authentication support is enabled (`matrix_authentication_service.enabled` set to +`true`). + Note that a [HTTP listener](usage/configuration/config_documentation.md#listeners) with `client` and `federation` `resources` must be configured in the [`worker_listeners`](usage/configuration/config_documentation.md#worker_listeners)