BookStack/app/Auth/Access/Oidc
Dan Brown ce566bea2a
Updated OIDC error handling for better error reporting
Fixes issue where certain errors would not show to the user
due to extra navigation jumps which lost the error message
in the process.
This simplifies and aligns exceptions with more directly
handled exception usage at the controller level.

Fixes #3264
2022-02-24 14:16:09 +00:00
..
OidcAccessToken.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcException.php Updated OIDC error handling for better error reporting 2022-02-24 14:16:09 +00:00
OidcIdToken.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcInvalidKeyException.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcInvalidTokenException.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcIssuerDiscoveryException.php Updated OIDC error handling for better error reporting 2022-02-24 14:16:09 +00:00
OidcJwtSigningKey.php Fixed OIDC JWT key parsing in microsoft environments 2022-01-28 14:00:55 +00:00
OidcOAuthProvider.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcProviderSettings.php Apply fixes from StyleCI 2022-01-30 16:44:51 +00:00
OidcService.php Updated OIDC error handling for better error reporting 2022-02-24 14:16:09 +00:00