mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-07 09:20:04 -04:00
Split OidcProvider out of OidcHandler (#9107)
The idea here is that we will have an instance of OidcProvider for each configured IdP, with OidcHandler just doing the marshalling of them. For now it's still hardcoded with a single provider.
This commit is contained in:
parent
12702be951
commit
21a296cd5a
4 changed files with 197 additions and 144 deletions
|
@ -429,7 +429,6 @@ def setup(config_options):
|
|||
oidc = hs.get_oidc_handler()
|
||||
# Loading the provider metadata also ensures the provider config is valid.
|
||||
await oidc.load_metadata()
|
||||
await oidc.load_jwks()
|
||||
|
||||
await _base.start(hs, config.listeners)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue