{% extends 'base.html' %} {% load i18n %} {% load static %} {% block container %}
superman

{% trans "Welcome" %}

{% blocktrans %} The SPID/CIE onboarding demostration system wants to exemplify what information is required to register and test a leaf entity within the OIDC Federation. {% endblocktrans %}

{% blocktrans %} In this demonstration consider that you are registering your RP or OP to a Federation Authority. {% endblocktrans %}

{% endblock container %}