sources/saml(major): add saml SP

This commit is contained in:
Langhammer, Jens
2019-11-07 17:02:56 +01:00
parent 3bd56ce522
commit dabce36667
22 changed files with 610 additions and 0 deletions

View File

@ -0,0 +1,12 @@
"""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/'