{% extends 'base.html.twig' %} {% block title %}Welcome{% endblock %} {% block body %}

Welcome to the OAuth SSO Client

{% if app.user %}

✅ You are successfully logged in!

Your identifier: {{ app.user.userIdentifier }}

{% else %}

⚠️ You are not logged in

Click the button below to login with SSO

{% endif %}
{% endblock %}