From 1a8d907e7497000af9d8066518844d6d3120079d Mon Sep 17 00:00:00 2001 From: shekhar16 Date: Fri, 20 Sep 2024 11:14:41 +0530 Subject: [PATCH] feat(oxtrust): add allowwildcardredirecturi on oxauth config ui #2436 Signed-off-by: shekhar16 --- .../META-INF/resources/schema/oxauth-config.xml.json | 4 ++++ 1 file changed, 4 insertions(+) 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 d82ed343f..8be17b0ef 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 @@ -1842,6 +1842,10 @@ "id": "skipAuthenticationFilterOptionsMethod", "description": "Specifies whether to process OPTIONS rerquests in Authentication Filter or not", "type": "boolean" + },"allowWildcardRedirectUri": { + "id": "allowWildcardRedirectUri", + "description": "Specifies whether to allow wildcard in redirect URI or not.", + "type": "boolean" } }, "required": [