authentik.enterprise.stages.source.apps
authentik stage app config
1"""authentik stage app config""" 2 3from authentik.enterprise.apps import EnterpriseConfig 4 5 6class AuthentikEnterpriseStageSourceConfig(EnterpriseConfig): 7 """authentik source stage config""" 8 9 name = "authentik.enterprise.stages.source" 10 label = "authentik_stages_source" 11 verbose_name = "authentik Enterprise.Stages.Source" 12 default = True
7class AuthentikEnterpriseStageSourceConfig(EnterpriseConfig): 8 """authentik source stage config""" 9 10 name = "authentik.enterprise.stages.source" 11 label = "authentik_stages_source" 12 verbose_name = "authentik Enterprise.Stages.Source" 13 default = True
authentik source stage config
name =
'authentik.enterprise.stages.source'