diff options
author | Gabriel RodrÃguez <gabrc52@gmail.com> | 2023-08-11 16:15:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 20:15:17 +0000 |
commit | 9ff84bccbb152460913d63d4b8e9dffc220adfea (patch) | |
tree | 2ccf3015f1bc8677c89831c0c1a79fc0aec51b02 /synapse/config | |
parent | Add linearizer on user ID to push rule PUT/DELETE requests (#16052) (diff) | |
download | synapse-9ff84bccbb152460913d63d4b8e9dffc220adfea.tar.xz |
Allow customizing IdP name and icon for SAML and CAS (#16094)
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/cas.py | 4 | ||||
-rw-r--r-- | synapse/config/saml2.py | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/synapse/config/cas.py b/synapse/config/cas.py |