Many broken things
This commit is contained in:
11
passbook/saml_idp/exceptions.py
Normal file
11
passbook/saml_idp/exceptions.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""passbook SAML IDP Exceptions"""
|
||||
|
||||
|
||||
class CannotHandleAssertion(Exception):
|
||||
"""This processor does not handle this assertion."""
|
||||
pass
|
||||
|
||||
|
||||
class UserNotAuthorized(Exception):
|
||||
"""User not authorized for SAML 2.0 authentication."""
|
||||
pass
|
||||
Reference in New Issue
Block a user