{% extends 'rp_base.html' %} {% load i18n %} {% load static %} {% block centered_container %}
{% trans 'To enable revocable long sessions you must set OIDCFED_ACR_PROFILES in settingslocal.py of the Relying Party' %} OIDCFED_ACR_PROFILES=["https://www.spid.gov.it/SpidL2","https://www.spid.gov.it/SpidL1"]
{% trans "The" %} access token {{ at_jti }}
{% trans "expires in" %} {{ at_expiration }}
{% trans "The" %} Refresh Token {{ rt_jti }}
{% trans "expires in" %} {{ rt_expiration }}
NB: