From 978c53b3b5f3a2ae907f5a647ce69f043de04893 Mon Sep 17 00:00:00 2001 From: Yasas Ramanayaka <36619815+Yasasr1@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:57:59 +0530 Subject: [PATCH] Revert "Add OrganizationUserSharingHandler for post orgaization creation event." --- ...org.wso2.carbon.identity.event.server.feature.default.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/identity-event/org.wso2.carbon.identity.event.server.feature/resources/org.wso2.carbon.identity.event.server.feature.default.json b/features/identity-event/org.wso2.carbon.identity.event.server.feature/resources/org.wso2.carbon.identity.event.server.feature.default.json index a29fd0dcf283..33a9b5d09058 100644 --- a/features/identity-event/org.wso2.carbon.identity.event.server.feature/resources/org.wso2.carbon.identity.event.server.feature.default.json +++ b/features/identity-event/org.wso2.carbon.identity.event.server.feature/resources/org.wso2.carbon.identity.event.server.feature.default.json @@ -286,9 +286,5 @@ "identity_mgt.events.schemes.SharingPolicyCleanUpHandler.subscriptions": [ "POST_DELETE_ROLE_V2_EVENT", "POST_DELETE_USER_WITH_ID" - ], - "identity_mgt.events.schemes.OrganizationUserSharingHandler.module_index": "45", - "identity_mgt.events.schemes.OrganizationUserSharingHandler.subscriptions": [ - "POST_ADD_ORGANIZATION" ] }