diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2022-03-08 15:38:01 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2022-03-08 15:38:01 +0000 |
commit | 8a540c45ecfb30eebe4c9873dbe6c8bab45a640b (patch) | |
tree | c66f066fc1dd3094b54985138403903f2807d3e0 /latest/admin_api | |
parent | deploy: 4aeb00ca20a0d9dbb2a104591aca081c723eb6d9 (diff) | |
download | synapse-8a540c45ecfb30eebe4c9873dbe6c8bab45a640b.tar.xz |
deploy: b1989ced00cc0bc6214bfd1a393c7e8f8eda660c
Diffstat (limited to 'latest/admin_api')
-rw-r--r-- | latest/admin_api/user_admin_api.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html index ad9093455b..2187faa7e6 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html @@ -297,7 +297,8 @@ provider for SSO (Single sign-on). Details in section <code>sso</code> and <code>oidc_providers</code>. <ul> <li><code>auth_provider</code> - string. ID of the external identity provider. Value of <code>idp_id</code> -in homeserver configuration.</li> +in the homeserver configuration. Note that no error is raised if the provided +value is not in the homeserver configuration.</li> <li><code>external_id</code> - string, user ID in the external identity provider.</li> </ul> </li> |