summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2024-03-22 10:36:41 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2024-03-22 10:36:41 +0000
commite7095c0c6ea6b90403102558cbda5fa9feee8712 (patch)
tree44eb076e820cff2dceb0f3a2bc96c27291287a35 /develop/print.html
parentdeploy: 5a59c68b3dba307e6ccc8a7b000ac21161c0d19b (diff)
downloadsynapse-e7095c0c6ea6b90403102558cbda5fa9feee8712.tar.xz
deploy: b7af076ab524c018992a05b031cd8e3533ab59d4
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html

index 62707d87cc..96ccf74937 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -6596,6 +6596,10 @@ not included in <code>scopes</code>. Set to <code>userinfo_endpoint</code> to al userinfo endpoint.</p> </li> <li> +<p><code>additional_authorization_parameters</code>: String to string dictionary that will be passed as +additional parameters to the authorization grant URL.</p> +</li> +<li> <p><code>allow_existing_users</code>: set to true to allow a user logging in via OIDC to match a pre-existing account instead of failing. This could be used if switching from password logins to OIDC. Defaults to false.</p> @@ -6727,6 +6731,8 @@ claim MUST contain &quot;admin&quot;.</p> token_endpoint: &quot;https://accounts.example.com/oauth2/token&quot; userinfo_endpoint: &quot;https://accounts.example.com/userinfo&quot; jwks_uri: &quot;https://accounts.example.com/.well-known/jwks.json&quot; + additional_authorization_parameters: + acr_values: 2fa skip_verification: true enable_registration: true user_mapping_provider: