bookstack/app/Access/Oidc
Dan Brown 30bf0ce632
OIDC: Updated avatar fetching to run on each login
But only where the user does not already have an avatar assigned.
This aligns with the LDAP avatar fetching logic.
2025-05-24 16:34:36 +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 OIDC Userinfo: Fixed issues with validation logic from changes 2024-04-19 16:43:51 +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
OidcJwtWithClaims.php OIDC Userinfo: Fixed issues with validation logic from changes 2024-04-19 16:43:51 +01:00
OidcOAuthProvider.php OIDC: Added PKCE functionality 2024-01-25 14:24:46 +00:00
OidcProviderSettings.php OIDC Userinfo: Started writing tests to cover userinfo calling 2024-04-17 23:26:56 +01:00
OidcService.php OIDC: Updated avatar fetching to run on each login 2025-05-24 16:34:36 +01:00
OidcUserDetails.php OIDC: Updated picture fetch implementation during review 2025-05-24 14:02:37 +01:00
OidcUserinfoResponse.php OIDC: Added extra userinfo content-type normalisation and test 2024-11-28 16:58:06 +00:00
ProvidesClaims.php OIDC Userinfo: Added userinfo data validation, seperated from id token 2024-04-17 18:23:58 +01:00