Many broken things
This commit is contained in:
12
passbook/saml_idp/processors/generic.py
Normal file
12
passbook/saml_idp/processors/generic.py
Normal file
@ -0,0 +1,12 @@
|
||||
"""
|
||||
Generic Processor
|
||||
"""
|
||||
|
||||
from supervisr.mod.auth.saml.idp.base import Processor
|
||||
|
||||
|
||||
class GenericProcessor(Processor):
|
||||
"""
|
||||
Generic Response Handler Processor for testing against django-saml2-sp.
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user