BookStack/app/Auth/Access
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
..
Guards Continued review of #2169 2021-10-06 23:05:26 +01:00
Mfa Added border to generated TOTP QR code 2021-09-13 14:23:54 +01:00
EmailConfirmationService.php Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
ExternalBaseUserProvider.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
GroupSyncService.php Continued review of #2169 2021-10-06 23:05:26 +01:00
Ldap.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
LdapService.php Continued review of #2169 2021-10-06 23:05:26 +01:00
LoginService.php Merge branch 'openid' of https://github.com/jasperweyne/BookStack into jasperweyne-openid 2021-10-06 13:18:21 +01:00
OpenIdConnectService.php Continued review of #2169 2021-10-06 23:05:26 +01:00
RegistrationService.php Continued review of #2169 2021-10-06 23:05:26 +01:00
Saml2Service.php Continued review of #2169 2021-10-06 23:05:26 +01:00
SocialAuthService.php Fixed social auth login audit log messages 2021-09-15 20:55:10 +01:00
UserInviteService.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
UserTokenService.php Swapped injected db instance with facade 2021-08-31 21:50:23 +01:00