{% extends "base.html.twig" %} {% block body %} {% if wssuse and app.user %} {{ render(path("app_wss_sample")) }} {% endif %}

Atttribut SSO

{% for key, attribute in attributes %} {% if attribute is iterable %} {% for value in attribute %} {{ key }} = {{ value }}
{% endfor %} {% else %} {{ key }} = {{ attribute }}
{% endif %} {% endfor %}
{% endblock %}