1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/module_api/__init__.py b/synapse/module_api/__init__.py
index 8a17b912d3..07020bfb8d 100644
--- a/synapse/module_api/__init__.py
+++ b/synapse/module_api/__init__.py
@@ -653,7 +653,11 @@ class ModuleApi:
Added in Synapse v1.9.0.
Args:
- auth_provider: identifier for the remote auth provider
+ auth_provider: identifier for the remote auth provider, see `sso` and
+ `oidc_providers` in the homeserver configuration.
+
+ Note that no error is raised if the provided value is not in the
+ homeserver configuration.
external_id: id on that system
user_id: complete mxid that it is mapped to
"""
|