I authenticate users from a database through my own login form. Everything seems to work fine but when, after entering the good username and the good password, I arrive on the home page, I can see, in Symfony toolbar, that the user is not really authenticated (it is yellow, I have the array of roles, the username and Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken class) but authenticated is NO.
What do I miss to finish this authentication ?
Thank you