BookStack/app/Access/Oidc
Dan Brown a71c8c60b7
OIDC: Extracted user detail handling to own OidcUserDetails class
Allows a proper defined object instead of an array an extracts related
logic out of OidcService.
Updated userinfo to only be called if we're missing details.
2024-04-16 18:14:22 +01:00
..
OidcAccessToken.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcException.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcIdToken.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcInvalidKeyException.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcInvalidTokenException.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcIssuerDiscoveryException.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcJwtSigningKey.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcOAuthProvider.php OIDC: Added PKCE functionality 2024-01-25 14:24:46 +00:00
OidcProviderSettings.php OIDC: Cleaned up provider settings, added extra validation 2024-04-16 15:19:51 +01:00
OidcService.php OIDC: Extracted user detail handling to own OidcUserDetails class 2024-04-16 18:14:22 +01:00
OidcUserDetails.php OIDC: Extracted user detail handling to own OidcUserDetails class 2024-04-16 18:14:22 +01:00