From 75320bf57945693e4832ceb166ee6b9d2ed1df30 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 29 Apr 2022 21:19:51 +0200 Subject: [PATCH] website/docs: add missing breaking change in prompt stages Signed-off-by: Jens Langhammer --- website/docs/releases/v2022.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/releases/v2022.4.md b/website/docs/releases/v2022.4.md index 375bcdd79..5cc8f283c 100644 --- a/website/docs/releases/v2022.4.md +++ b/website/docs/releases/v2022.4.md @@ -9,6 +9,10 @@ slug: "2022.4" For legacy reasons, authentik used to support HTTP-Basic authenticated requests, using the token as a password. This has been removed. +- Removal of deprecated context in Expression policies used in prompt stages + + Before this version, you could use both `context['*field_name*']` and `context['prompt_data']['*field_name*']`. The former one has been removed as it could overwrite other data in the context if the field name is the same as another context value. + ## New features - Application Grouping