From 29382c63de6dd58bbd60c1db0f5b671df3b1054f Mon Sep 17 00:00:00 2001 From: Kumuditha - KD Date: Sun, 5 Jan 2025 09:33:56 +0530 Subject: [PATCH 1/2] Change CALLBACK_ENDPOINT to the correct port --- .../integration/test/consent/SelfSignUpConsentTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java index 499b31bf046..f818e0aef80 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java @@ -65,7 +65,8 @@ public class SelfSignUpConsentTest extends ISIntegrationTest { public static final String CONSNT_ENDPOINT_SUFFIX = "/api/identity/consent-mgt/v1.0/consents"; public static final String USER_RECOVERY_ME_ENDPOINT = "/api/identity/user/v1.0/me"; - private static final String CALLBACK_ENDPOINT = "https://localhost:9443/carbon/callback"; + private static final String CALLBACK_ENDPOINT = "https://localhost:9853/carbon/callback"; + private static final String TENANTED_CALLBACK_ENDPOINT = "https://localhost:9853/t/wso2.com/carbon/callback"; private static final String COUNTRY_WSO2_CLAIM = "http://wso2.org/claims/country"; private static final String CALLBACK_QUERY_PARAM = "callback"; private static final String USERNAME_QUERY_PARAM = "username"; @@ -147,7 +148,7 @@ public void testInitialSelfSignUpPage() throws IOException { Assert.assertNotNull(content); Assert.assertTrue(content.contains("Enter your username"), "Page for entering username is not prompted while" + " self registering"); - Assert.assertTrue(content.contains(CALLBACK_ENDPOINT), "Callback endpoint is not available in self " + + Assert.assertTrue(content.contains(TENANTED_CALLBACK_ENDPOINT), "Callback endpoint is not available in self " + "registration username input page."); } From db41f7be14a87c2ddd950faa8b3bed88503a4dd7 Mon Sep 17 00:00:00 2001 From: Kumuditha - KD Date: Sun, 5 Jan 2025 09:52:45 +0530 Subject: [PATCH 2/2] Update identity apps core version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 36e5cdb414f..e7aa5c59542 100755 --- a/pom.xml +++ b/pom.xml @@ -2480,7 +2480,7 @@ 2.36.0 2.13.41 - 2.8.8 + 2.8.11 1.6.378