more cleanup, remove supervisr imports
This commit is contained in:
11
passbook/saml_idp/processors/shibboleth.py
Normal file
11
passbook/saml_idp/processors/shibboleth.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""Shibboleth Processor"""
|
||||
|
||||
from supervisr.mod.auth.saml.idp.base import Processor
|
||||
|
||||
|
||||
class ShibbolethProcessor(Processor):
|
||||
"""Shibboleth-specific Processor"""
|
||||
|
||||
def _determine_audience(self):
|
||||
"""Determines the _audience."""
|
||||
self._audience = "https://sp.testshib.org/shibboleth-sp"
|
Reference in New Issue
Block a user