diff --git a/authentik/core/templates/if/end_session.html b/authentik/core/templates/if/end_session.html deleted file mode 100644 index e6bfccb1b..000000000 --- a/authentik/core/templates/if/end_session.html +++ /dev/null @@ -1,43 +0,0 @@ -{% extends 'login/base_full.html' %} - -{% load static %} -{% load i18n %} - -{% block title %} -{% trans 'End session' %} - {{ tenant.branding_title }} -{% endblock %} - -{% block card_title %} -{% blocktrans with application=application.name %} -You've logged out of {{ application }}. -{% endblocktrans %} -{% endblock %} - -{% block card %} -
-{% endblock %} diff --git a/authentik/core/urls.py b/authentik/core/urls.py index 0914d4e88..2a3e8ca38 100644 --- a/authentik/core/urls.py +++ b/authentik/core/urls.py @@ -20,7 +20,6 @@ from authentik.core.api.users import UserViewSet from authentik.core.views import apps from authentik.core.views.debug import AccessDeniedView from authentik.core.views.interface import FlowInterfaceView, InterfaceView -from authentik.core.views.session import EndSessionView from authentik.root.asgi_middleware import SessionMiddleware from authentik.root.messages.consumer import MessageConsumer from authentik.root.middleware import ChannelsLoggingMiddleware @@ -55,11 +54,6 @@ urlpatterns = [ ensure_csrf_cookie(FlowInterfaceView.as_view()), name="if-flow", ), - path( - "if/session-end/