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/providers/saml/settings.py
2019-10-07 16:33:48 +02:00

7 lines
174 B
Python

"""saml provider settings"""
PASSBOOK_PROVIDERS_SAML_PROCESSORS = [
'passbook.providers.saml.processors.generic',
'passbook.providers.saml.processors.salesforce',
]