7 lines
180 B
Python
7 lines
180 B
Python
|
"""saml provider settings"""
|
||
|
|
||
|
PASSBOOK_PROVIDERS_SAML_PROCESSORS = [
|
||
|
"passbook.channels.out_saml.processors.generic",
|
||
|
"passbook.channels.out_saml.processors.salesforce",
|
||
|
]
|