mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 18:34:55 -04:00
Add initial support for a "pick your IdP" page (#9017)
During login, if there are multiple IdPs enabled, offer the user a choice of IdPs.
This commit is contained in:
parent
d2c616a413
commit
111b673fc1
11 changed files with 194 additions and 3 deletions
|
@ -121,6 +121,9 @@ class OidcHandler(BaseHandler):
|
|||
# identifier for the external_ids table
|
||||
self.idp_id = "oidc"
|
||||
|
||||
# user-facing name of this auth provider
|
||||
self.idp_name = "OIDC"
|
||||
|
||||
self._sso_handler = hs.get_sso_handler()
|
||||
|
||||
self._sso_handler.register_identity_provider(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue