This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
BookStack
Watch
1
Star
0
Fork
You've already forked BookStack
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7bbcaa7cbc
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 17:01:59 +02: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-07 00:05:26 +02:00
class
OpenIdConnectException
extends
NotifyException
{
}
Reference in a new issue
Copy permalink