{% extends 'base.html.twig' %} {% block title %}Dashboard - Protected Area{% endblock %} {% block body %}
This page is only accessible to authenticated users with ROLE_USER
.
You are logged in as: {{ app.user.userIdentifier }}
Roles: {% for role in app.user.roles %} {{ role }} {% endfor %}
This is sensitive information that only authenticated users can see.
Your SSO authentication has successfully granted you access to this protected resource.