{% extends "::base.html.twig" %} {% block body %}

You need to authenticate

{% if exception %}

{{ exception.message }}

{% endif %}

Follow this link to authenticate with external server : {{ manager.server.loginUrl }}.

{% endblock body %}