I got a app who has Sonata User bundle and Sonata Admin bundle, but when I login with
Sonata User bundle, and after I try to go to the admin page, I have to do login again,
Some Know how to ingrate both, to just has one login
Thanks any advice!!
Well I found the solution, I put the same
check_pathandlogin_pathin the admin firewall that take by default in the main firewall,Here I share the code in the security.yml:
# -> custom firewall for the admin area of the URL
# -> end custom configuration
# defaut login area for standard users
I hope this help to someone!!