sources/saml: start implementing transient NameID format
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
"""Passbook SAML app config"""
|
||||
|
||||
from importlib import import_module
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
@ -10,3 +12,6 @@ class PassbookSourceSAMLConfig(AppConfig):
|
||||
label = "passbook_sources_saml"
|
||||
verbose_name = "passbook Sources.SAML"
|
||||
mountpoint = "source/saml/"
|
||||
|
||||
def ready(self):
|
||||
import_module("passbook.sources.saml.signals")
|
||||
|
Reference in New Issue
Block a user