mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-19 00:54:38 -04:00
Integrate SAML2 basic authentication - uses pysaml2
This commit is contained in:
parent
6825eef955
commit
81682d0f82
5 changed files with 122 additions and 4 deletions
|
@ -25,12 +25,12 @@ from .registration import RegistrationConfig
|
|||
from .metrics import MetricsConfig
|
||||
from .appservice import AppServiceConfig
|
||||
from .key import KeyConfig
|
||||
|
||||
from .saml2 import SAML2Config
|
||||
|
||||
class HomeServerConfig(TlsConfig, ServerConfig, DatabaseConfig, LoggingConfig,
|
||||
RatelimitConfig, ContentRepositoryConfig, CaptchaConfig,
|
||||
VoipConfig, RegistrationConfig,
|
||||
MetricsConfig, AppServiceConfig, KeyConfig,):
|
||||
VoipConfig, RegistrationConfig, MetricsConfig,
|
||||
AppServiceConfig, KeyConfig, SAML2Config, ):
|
||||
pass
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue