This website requires JavaScript.
Explore
Help
Register
Sign In
starred
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2026-02-24 19:07:20 +03:00
Code
Issues
784
Packages
Projects
Releases
14
Wiki
Activity
Files
ef11100863f905ce583d2cf5df4a77bdbf731d5e
BookStack
/
app
/
Exceptions
/
OpenIdConnectException.php
8 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
Applied latest styles changes from style CI
2021-10-16 16:01:59 +01:00
<
?
php
namespace
BookStack\Exceptions
;
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
class
OpenIdConnectException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink