bookstack/app/Access/Oidc
Wes Biggs 17f7afe12d Updates the OIDC userinfo endpoint request to allow for a `Content-Type` response header with optional parameters, like `application/json; charset=utf-8`. This was causing an issue when integrating with [node-oidc-provider](https://github.com/panva/node-oidc-provider). 2024-11-26 11:21:20 -06: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 Userinfo: Fixed issues with validation logic from changes 2024-04-19 16:43:51 +01:00
OidcUserDetails.php OIDC: Fixed incorrect detection of group detail population 2024-07-14 14:21:16 +01:00
OidcUserinfoResponse.php Updates the OIDC userinfo endpoint request to allow for a `Content-Type` response header with optional parameters, like `application/json; charset=utf-8`. This was causing an issue when integrating with [node-oidc-provider](https://github.com/panva/node-oidc-provider). 2024-11-26 11:21:20 -06:00
ProvidesClaims.php OIDC Userinfo: Added userinfo data validation, seperated from id token 2024-04-17 18:23:58 +01:00