This commit is contained in:
phil 2025-01-10 19:03:09 +01:00
parent 41cf615052
commit c7478aff5f
4 changed files with 35 additions and 21 deletions

View file

@ -6,10 +6,12 @@
authorisation to log in again without asking for credentials.
</p>
<p>
This is because {{ provider.name }} does not provide "end_session_endpoint"
in its metadata (see: <a href="{{ provider._server_metadata_url }}">{{ provider._server_metadata_url }}</a>).
This is because {{ provider.name }} does not provide "end_session_endpoint" in its metadata
(see: <a href="{{ provider._server_metadata_url }}">{{ provider._server_metadata_url }}</a>).
</p>
<p>
Please <a href="{{ provider.server_metadata['issuer'] }}">go there</a> and log out manually.
You can just also go back to the <a href="{{ home_url }}">application home page</a>, but
it recommended to go to the <a href="{{ provider.server_metadata['issuer'] }}">provider's site</a>
and log out explicitely from there.
</p>
{% endblock %}