mirror of
https://github.com/goauthentik/authentik.git
synced 2025-02-12 13:04:23 +00:00
7 lines
174 B
Python
7 lines
174 B
Python
"""saml provider settings"""
|
|
|
|
PASSBOOK_PROVIDERS_SAML_PROCESSORS = [
|
|
"passbook.providers.saml.processors.generic",
|
|
"passbook.providers.saml.processors.salesforce",
|
|
]
|