hslavich / OneloginSamlBundle

OneLogin SAML Bundle for Symfony
MIT License
149 stars 94 forks source link

UserProviderInterface::loadUserByUsername is deprecated but must still be implemented (?) #160

Closed junowilderness closed 3 years ago

junowilderness commented 3 years ago

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)