This website requires JavaScript.
Explore
Help
Sign In
Infra-Mirrors
/
BookStack
Watch
1
Star
0
Fork
0
You've already forked BookStack
mirror of
https://github.com/BookStackApp/BookStack.git
synced
2024-10-01 01:36:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a318775cfc
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 11:01:59 -04: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 18:05:26 -04:00
class
OpenIdConnectException
extends
NotifyException
{
}
Reference in New Issue
Copy Permalink