*(minor): small refactor
This commit is contained in:
7
passbook/providers/saml/processors/generic.py
Normal file
7
passbook/providers/saml/processors/generic.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""Generic Processor"""
|
||||
|
||||
from passbook.providers.saml.base import Processor
|
||||
|
||||
|
||||
class GenericProcessor(Processor):
|
||||
"""Generic Response Handler Processor for testing against django-saml2-sp."""
|
Reference in New Issue
Block a user