#security:
    #firewalls:
        restrictions:
            anonymous: ~
            provider: restrictions_cms_provider
            form_login:
                login_path: restrictions_login
                check_path: restrictions_login
            logout:
                path: restrictions_logout
                target: restrictions_login
                invalidate_session: false
            guard:
                authenticators:
                    - KITT3N\Pimcore\RestrictionsBundle\Security\Guard\LoginFormAuthenticator
