summary refs log tree commit diff
path: root/synapse/handlers/sso.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:32:44 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:32:44 +0100
commit27fd9474ae171712a9048b47fabef906f5f50d8f (patch)
treeb39a7727abcd93226a922ffc8d60182a92c4f263 /synapse/handlers/sso.py
parentMerge commit 'a78016dad' into anoa/dinsic_release_1_31_0 (diff)
parentFix Debian builds on Xenial (#9254) (diff)
downloadsynapse-27fd9474ae171712a9048b47fabef906f5f50d8f.tar.xz
Merge commit 'e19396d62' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/handlers/sso.py')
-rw-r--r--synapse/handlers/sso.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/synapse/handlers/sso.py b/synapse/handlers/sso.py

index afc1341d09..3308b037d2 100644 --- a/synapse/handlers/sso.py +++ b/synapse/handlers/sso.py
@@ -80,6 +80,11 @@ class SsoIdentityProvider(Protocol): """Optional MXC URI for user-facing icon""" return None + @property + def idp_brand(self) -> Optional[str]: + """Optional branding identifier""" + return None + @abc.abstractmethod async def handle_redirect_request( self,