From 11d14b823f06c14e5de67d12e96c9eea46f18802 Mon Sep 17 00:00:00 2001 From: Maarten de Waard Date: Thu, 22 Sep 2022 09:25:26 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- web/login/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/login/login.py b/web/login/login.py index 3a41367..8ea982c 100644 --- a/web/login/login.py +++ b/web/login/login.py @@ -395,7 +395,7 @@ def prelogout(): 2. Hydra calls this endpoint with a `logout_challenge` get parameter 3. We retrieve the logout request using the challenge 4. We accept the Hydra logout request - 5. We redirect to Hydro to clean-up cookies. + 5. We redirect to Hydra to clean-up cookies. 6. Hyrda calls back to us with a post logout handle (/logout)