Many broken things
This commit is contained in:
17
passbook/saml_idp/processors/shib.py
Normal file
17
passbook/saml_idp/processors/shib.py
Normal file
@ -0,0 +1,17 @@
|
||||
"""
|
||||
Shib Processor
|
||||
"""
|
||||
|
||||
from supervisr.mod.auth.saml.idp.base import Processor
|
||||
|
||||
|
||||
class ShibProcessor(Processor):
|
||||
"""
|
||||
Shib-specific Processor
|
||||
"""
|
||||
|
||||
def _determine_audience(self):
|
||||
"""
|
||||
Determines the _audience.
|
||||
"""
|
||||
self._audience = "https://sp.testshib.org/shibboleth-sp"
|
Reference in New Issue
Block a user