From dc86e0fc10f0b703c3e048f35ce73a3dd653fef2 Mon Sep 17 00:00:00 2001 From: shanggeeth Date: Fri, 17 Nov 2023 17:25:05 +0530 Subject: [PATCH 1/2] Bump dependency versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 944309389cb..2a4e5f4869b 100755 --- a/pom.xml +++ b/pom.xml @@ -2313,7 +2313,7 @@ - 5.25.520 + 5.25.524 [5.14.67, 6.0.0] @@ -2424,7 +2424,7 @@ 1.3.119 1.0.90 1.1.24 - 1.1.19 + 1.1.20 0.1.4 From 79ead494bec4bf97cd6964bb4b5d3c9b819e6be0 Mon Sep 17 00:00:00 2001 From: shanggeeth Date: Fri, 17 Nov 2023 19:33:37 +0530 Subject: [PATCH 2/2] Fix text failures due to client credentials cc grant --- .../api/server/application/management/v1/oidc-metadata.json | 4 ++++ 1 file changed, 4 insertions(+) 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 55581391a5f..9ecc669b987 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 @@ -45,6 +45,10 @@ "name": "organization_switch", "displayName": "Organization Switch" }, + { + "name": "organization_switch_cc", + "displayName": "organization_switch_cc" + }, { "name": "urn:ietf:params:oauth:grant-type:jwt-bearer", "displayName": "urn:ietf:params:oauth:grant-type:jwt-bearer"