1
0
This commit is contained in:
anoadragon453
2024-05-07 16:39:55 +00:00
parent 03fb84eeed
commit 5fffa1b598
4 changed files with 6 additions and 6 deletions

View File

@@ -299,8 +299,8 @@ provider for SSO (Single sign-on). More details are in the configuration manual
sections <a href="../usage/configuration/config_documentation.html#sso">sso</a> and <a href="../usage/configuration/config_documentation.html#oidc_providers">oidc_providers</a>.</p>
<ul>
<li><code>auth_provider</code> - <strong>string</strong>, required. The unique, internal ID of the external identity provider.
The same as <code>idp_id</code> from the homeserver configuration. Note that no error is raised if the
provided value is not in the homeserver configuration.</li>
The same as <code>idp_id</code> from the homeserver configuration. If using OIDC, this value should be prefixed
with <code>oidc-</code>. Note that no error is raised if the provided value is not in the homeserver configuration.</li>
<li><code>external_id</code> - <strong>string</strong>, required. An identifier for the user in the external identity provider.
When the user logs in to the identity provider, this must be the unique ID that they map to.</li>
</ul>

View File

@@ -14333,8 +14333,8 @@ provider for SSO (Single sign-on). More details are in the configuration manual
sections <a href="admin_api/../usage/configuration/config_documentation.html#sso">sso</a> and <a href="admin_api/../usage/configuration/config_documentation.html#oidc_providers">oidc_providers</a>.</p>
<ul>
<li><code>auth_provider</code> - <strong>string</strong>, required. The unique, internal ID of the external identity provider.
The same as <code>idp_id</code> from the homeserver configuration. Note that no error is raised if the
provided value is not in the homeserver configuration.</li>
The same as <code>idp_id</code> from the homeserver configuration. If using OIDC, this value should be prefixed
with <code>oidc-</code>. Note that no error is raised if the provided value is not in the homeserver configuration.</li>
<li><code>external_id</code> - <strong>string</strong>, required. An identifier for the user in the external identity provider.
When the user logs in to the identity provider, this must be the unique ID that they map to.</li>
</ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long