From 531f5fb7a1de1974988400f7f9242bd25db1eb71 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 14 May 2024 12:57:03 +0000 Subject: deploy: 7d82987b2765b6c203ba12941c844fb7242c6c83 --- develop/usage/configuration/config_documentation.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 82f798982c..df5617a7ce 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3203,6 +3203,19 @@ All of the listed attributes must match for the login to be permitted.

users. This allows the CAS 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.

+ +
  • +

    allow_numeric_ids: set to 'true' allow numeric user IDs (default false). +This allows CAS SSO flow to provide user IDs composed of numbers only. +These identifiers will be prefixed by the letter "u" by default. +The prefix can be configured using the "numeric_ids_prefix" option. +Be careful to choose the prefix correctly to avoid any possible conflicts +(e.g. user 1234 becomes u1234 when a user u1234 already exists).

    +
  • +
  • +

    numeric_ids_prefix: the prefix you wish to add in front of a numeric user ID +when the "allow_numeric_ids" option is set to "true". +By default, the prefix is the letter "u" and only alphanumeric characters are allowed.

    Added in Synapse 1.93.0.

  • @@ -3216,6 +3229,8 @@ a pre-registered account. Defaults to true.

    userGroup: "staff" department: None enable_registration: true + allow_numeric_ids: true + numeric_ids_prefix: "numericuser"

    sso

    -- cgit 1.5.1