Files
authentik/passbook/sources/saml/exceptions.py
2020-02-20 21:34:25 +01:00

10 lines
278 B
Python

"""passbook saml source exceptions"""
class MissingSAMLResponse(Exception):
"""Exception raised when request does not contain SAML Response."""
class UnsupportedNameIDFormat(Exception):
"""Exception raised when SAML Response contains NameID Format not supported."""