simple_openid_connect.exceptions¶
Exceptions that are raised at various parts of this library.
Exceptions
|
A previous authentication attempt has failed |
|
This error indicates that an intended operation could not be performed because it is not possible under the current configuration |
|
A generic error that is raised when the OpenID protocol was irrecoverably violated |
|
This error indicates that a desired feature is not supported by the OpenID Provider |
|
A validation failed |
- exception simple_openid_connect.exceptions.AuthenticationFailedError(error: AuthenticationErrorResponse)[source]¶
A previous authentication attempt has failed
- __init__(error: AuthenticationErrorResponse)[source]¶
- exception simple_openid_connect.exceptions.ImpossibleOperationError(msg: str, *data: Any)[source]¶
This error indicates that an intended operation could not be performed because it is not possible under the current configuration
- exception simple_openid_connect.exceptions.OpenidProtocolError(msg: str, *data: Any)[source]¶
A generic error that is raised when the OpenID protocol was irrecoverably violated