Removed all ExtJS/Admin Classic UI related implementations.
PimcoreOpenIdConnectBundle no longer implements PimcoreBundleAdminClassicInterface and no longer
uses BundleAdminClassicTrait. The getJsPaths() and getCssPaths() methods have been removed.
Removed the ContentSecurityPolicyUrlsPass compiler pass
(DependencyInjection\Compiler\ContentSecurityPolicyUrlsPass) and the related build() method
from PimcoreOpenIdConnectBundle.
OpenIdConnectAuthenticator now extends AbstractAuthenticator (Symfony) directly instead of
AdminAbstractAuthenticator (Pimcore Admin bundle). Custom code extending or decorating this class
must be updated accordingly.
Removed dependency on Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminAbstractAuthenticator.
[General] Dropped support of Pimcore 10, bumped minimum requirement of pimcore/pimcore to ^11.2. Replaced all $request->get() with their explicit input source.
[Composer] Replaced the abandoned jwt related required packages with jwt-library
[Composer] Bumped minimum required PHP version to 8.1 and added support to 8.2 and 8.3