From 716e9095b5691bdea4a1ac3c85e30f3e829af37c Mon Sep 17 00:00:00 2001 From: clokep Date: Thu, 24 Aug 2023 20:12:27 +0000 Subject: deploy: aeeca2a62ebfb601efa7930acae0897c8d3e43df --- develop/usage/configuration/config_documentation.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 9ac6706349..5f36d4b569 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3071,6 +3071,7 @@ and then copy the "url" from the source of the event.) to style the login flow according to the identity provider in question. See the spec for possible options here.
  • server_url: The URL of the CAS authorization endpoint.
  • +
  • protocol_version: The CAS protocol version, defaults to none (version 3 is required if you want to use "required_attributes").
  • displayname_attribute: The attribute of the CAS response to use as the display name. If no name is given here, no displayname will be set.
  • required_attributes: It is possible to configure Synapse to only allow logins if CAS attributes @@ -3083,6 +3084,7 @@ All of the listed attributes must match for the login to be permitted.
  • cas_config:
       enabled: true
       server_url: "https://cas-server.com"
    +  protocol_version: 3
       displayname_attribute: name
       required_attributes:
         userGroup: "staff"
    -- 
    cgit 1.5.1