Para el asunto de los roles:
Código PHP:
Ver originalpublic function getRoles()
{
return $this->roles->toArray();
}
Para redireccionar tienes que usar un handler; en este caso tienes que hacer una implementación del la interfaz
AuthenticationSuccessHandlerInterface https://github.com/symfony/symfony/b...rInterface.php
En este hilo se trato un poco el tema:
http://www.forosdelweb.com/f181/aute...fony2-1145646/