summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-03-30 11:10:40 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-03-30 11:10:40 +0000
commitb1ff7595f87cab1b5e9911ea56f1c1044bb7875e (patch)
treeb15fa4584c2d952d7c3fbff780d2daa7f9c55407 /develop/print.html
parentdeploy: 9228ae633f209212ed55de7943d1a8aee3645b57 (diff)
downloadsynapse-b1ff7595f87cab1b5e9911ea56f1c1044bb7875e.tar.xz
deploy: a3bad89d57645b2ea304d2900adab71a786b0172
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index b6a83b95c4..47001b8260 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -6168,6 +6168,12 @@ match a pre-existing account instead of failing. This could be used if
 switching from password logins to OIDC. Defaults to false.</p>
 </li>
 <li>
+<p><code>enable_registration</code>: set to 'false' to disable automatic registration of new
+users. This allows the OIDC SSO flow to be limited to sign in only, rather than
+automatically registering users that have a valid SSO login but do not have
+a pre-registered account. Defaults to true.</p>
+</li>
+<li>
 <p><code>user_mapping_provider</code>: Configuration for how attributes returned from a OIDC
 provider are mapped onto a matrix user. This setting has the following
 sub-properties:</p>
@@ -6289,6 +6295,7 @@ claim MUST contain &quot;admin&quot;.</p>
     userinfo_endpoint: &quot;https://accounts.example.com/userinfo&quot;
     jwks_uri: &quot;https://accounts.example.com/.well-known/jwks.json&quot;
     skip_verification: true
+    enable_registration: true
     user_mapping_provider:
       config:
         subject_claim: &quot;id&quot;