From 30aa06da148ad8ebe526721b9eeb7f9c659ab477 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 23 Feb 2023 13:10:57 +0100 Subject: [PATCH] automated tests Signed-off-by: Jens Langhammer --- authentik/core/templates/if/flow.html | 9 ++++- authentik/lib/utils/http.py | 4 ++- .../openid-conformance/test-config.json | 33 ++++++++++++++++++- .../identification/IdentificationStage.ts | 1 + 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/authentik/core/templates/if/flow.html b/authentik/core/templates/if/flow.html index bdf81be15..ae952d40f 100644 --- a/authentik/core/templates/if/flow.html +++ b/authentik/core/templates/if/flow.html @@ -8,7 +8,14 @@ {% if flow.compatibility_mode and not inspector %} - + {% endif %} {% include "base/header_js.html" %}