{% extends "base.html" %} {% block content %}
You are logged out from the application, but the browser still has the authorisation to log in again without asking for credentials.
This is because {{ oidc_provider.name }} does not provide "end_session_endpoint" in its metadata (see: {{ oidc_provider._server_metadata_url }}).
You can just also go back to the application home page, but it recommended to go to the OIDC provider's site and log out explicitely from there.
{% endblock %}