From 55ff693b5182bdd3b2315cf496b914d19daa0fd0 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan Date: Tue, 24 Oct 2023 16:58:23 +0300 Subject: [PATCH] feat: add skipAuthenticationFilterOptionsMethod to keep compatible flow with older versions --- .../resources/META-INF/resources/schema/oxauth-config.xml.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json b/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json index 4532bb46c..d82ed343f 100644 --- a/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json +++ b/static/src/main/resources/META-INF/resources/schema/oxauth-config.xml.json @@ -1992,6 +1992,7 @@ "cibaEndUserNotificationConfig", "deviceAuthzRequestExpiresIn", "deviceAuthzTokenPollInterval", - "deviceAuthzResponseTypeToProcessAuthz" + "deviceAuthzResponseTypeToProcessAuthz", + "skipAuthenticationFilterOptionsMethod" ] }