From 79ead494bec4bf97cd6964bb4b5d3c9b819e6be0 Mon Sep 17 00:00:00 2001 From: shanggeeth Date: Fri, 17 Nov 2023 19:33:37 +0530 Subject: [PATCH] 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"