{% extends "base.html" %} {% block content %}

Warning

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 {{ provider.name }} does not provide "end_session_endpoint" in its metadata (see: {{ provider._server_metadata_url }}).

You can just also go back to the application home page, but it recommended to go to the provider's site and log out explicitely from there.

{% endblock %}