I wonder if there is a way to put even the propio security.yml file, something like:
web:
pattern: ^/web
oauth:
resource_owners:
facebook: "/web/login/check-facebook"
google: "/web/login/check-google"
linkedin: "/web/login/check-linkedin"
login_path: /
failure_path: /
default_target_path: /
check_path: /web/login_check
likewise having login_path: / have something to login_sucess_path?