BookStack/app/Exceptions
Dan Brown 41438adbd1
Continued review of #2169
- Removed uneeded custom refresh or logout actions for OIDC.
- Restructured how the services and guards are setup for external auth
  systems. SAML2 and OIDC now directly share a lot more logic.
- Renamed any OpenId references to OIDC or OpenIdConnect
- Removed non-required CSRF excemption for OIDC

Not tested, Come to roadblock due to lack of PHP8 support in upstream
dependancies. Certificate was deemed to be non-valid on every test
attempt due to changes in PHP8.
2021-10-06 23:05:26 +01:00
..
ApiAuthException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ConfirmationEmailException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
FileUploadException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Handler.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
HttpFetchException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
ImageUploadException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
JsonDebugException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LdapException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LoginAttemptEmailNeededException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LoginAttemptException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
MoveOperationException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
NotFoundException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
NotifyException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
OpenIdConnectException.php Continued review of #2169 2021-10-06 23:05:26 +01:00
PermissionsException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PrettyException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SamlException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SocialDriverNotConfigured.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SocialSignInAccountNotUsed.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SocialSignInException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SortOperationException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
StoppedAuthenticationException.php Converted AuthTest away from BrowserKit 2021-09-17 23:44:54 +01:00
UnauthorizedException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserRegistrationException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserTokenExpiredException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserTokenNotFoundException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserUpdateException.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00