This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/sources/saml/apps.py

13 lines
297 B
Python
Raw Normal View History

2019-11-07 16:02:56 +00:00
"""Passbook SAML app config"""
from django.apps import AppConfig
class PassbookSourceSAMLConfig(AppConfig):
"""passbook saml_idp app config"""
name = 'passbook.sources.saml'
label = 'passbook_sources_saml'
verbose_name = 'passbook Sources.SAML'
mountpoint = 'source/saml/'