diff options
author | reivilibre <reivilibre@users.noreply.github.com> | 2024-03-22 10:36:41 +0000 |
---|---|---|
committer | reivilibre <reivilibre@users.noreply.github.com> | 2024-03-22 10:36:41 +0000 |
commit | e7095c0c6ea6b90403102558cbda5fa9feee8712 (patch) | |
tree | 44eb076e820cff2dceb0f3a2bc96c27291287a35 /develop/usage/configuration/config_documentation.html | |
parent | deploy: 5a59c68b3dba307e6ccc8a7b000ac21161c0d19b (diff) | |
download | synapse-e7095c0c6ea6b90403102558cbda5fa9feee8712.tar.xz |
deploy: b7af076ab524c018992a05b031cd8e3533ab59d4
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index c8643d76bc..c3bde7a4de 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2982,6 +2982,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> @@ -3113,6 +3117,8 @@ claim MUST contain "admin".</p> token_endpoint: "https://accounts.example.com/oauth2/token" userinfo_endpoint: "https://accounts.example.com/userinfo" jwks_uri: "https://accounts.example.com/.well-known/jwks.json" + additional_authorization_parameters: + acr_values: 2fa skip_verification: true enable_registration: true user_mapping_provider: |