I'm having trouble with composer require hslavich/oneloginsaml-bundle:2.3.0 in a Symfony Framework 5.3.0 app:
PHP Fatal error: Class Hslavich\OneloginSamlBundle\Security\User\SamlUserProvider contains 1 abstract
method and must therefore be declared abstract or implement the remaining methods
(Symfony\Component\Security\Core\User\UserProviderInterface::loadUserByUsername)
I'm having trouble with
composer require hslavich/oneloginsaml-bundle:2.3.0
in a Symfony Framework 5.3.0 app: