From 221c4b437a1410cbe5c720c6b811c7762fc4f905 Mon Sep 17 00:00:00 2001 From: vivekvinushanth Date: Mon, 18 Dec 2023 11:29:08 +0530 Subject: [PATCH 1/2] Update oauth version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 725d6ba4206..d1fb6e160db 100755 --- a/pom.xml +++ b/pom.xml @@ -2280,7 +2280,7 @@ 5.11.30 - 6.11.228 + 6.11.229 5.9.5 5.10.19 5.7.4 From 3e9f2017eeeffaca41fb8156c6688bdbe3971a9e Mon Sep 17 00:00:00 2001 From: vivekvinushanth Date: Mon, 18 Dec 2023 11:34:22 +0530 Subject: [PATCH 2/2] Add clientRequestbinding --- .../api/server/application/management/v1/oidc-metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json index bdbb0d101e9..4b8151da275 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/application/management/v1/oidc-metadata.json @@ -95,7 +95,8 @@ "cookie", "sso-session", "device-flow", - "certificate" + "certificate", + "client-request" ], "defaultValue": "None" },