BookStack/app/Auth/Access/Oidc
Dan Brown e20c944350
Fixed OIDC handling when no JWKS 'use' prop exists
Now assume, based on OIDC discovery spec, that keys without 'use' are
'sig' keys. Should not affect existing use-cases since existance of such
keys would have throw exceptions in prev. versions of bookstack.

For #3869
2022-11-23 11:50:59 +00:00
..
OidcAccessToken.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcException.php Applied latest StyleCI changes 2022-02-24 15:04:09 +00:00
OidcIdToken.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcInvalidKeyException.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcInvalidTokenException.php Applied latest styles changes from style CI 2021-10-16 16:01:59 +01:00
OidcIssuerDiscoveryException.php Applied latest StyleCI changes 2022-02-24 15:04:09 +00:00
OidcJwtSigningKey.php Fixed OIDC handling when no JWKS 'use' prop exists 2022-11-23 11:50:59 +00:00
OidcOAuthProvider.php Applied StyleCi changes, updated php deps 2022-08-29 17:46:41 +01:00
OidcProviderSettings.php Fixed OIDC handling when no JWKS 'use' prop exists 2022-11-23 11:50:59 +00:00
OidcService.php Fixed OIDC handling when no JWKS 'use' prop exists 2022-11-23 11:50:59 +00:00