From 4ed71a7afbab73f5fa144cd6fe8a40b9d359954c Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Fri, 20 Dec 2024 09:01:59 +0530 Subject: [PATCH] Add default configs for `internal_notification_sending` feature --- ...o2.carbon.identity.core.server.feature.default.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index 199e02614d84..80caf05b52e0 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -1354,6 +1354,16 @@ "internal_validation_rule_mgt_update", "internal_config_update" ], + "console.internal_notification_sending.enabled": true, + "console.internal_notification_sending.scopes.feature": [ + "console:loginAndRegistration" + ], + "console.internal_notification_sending.scopes.read": [ + "internal_governance_view" + ], + "console.internal_notification_sending.scopes.update": [ + "internal_governance_update" + ], "console.logs.enabled": false, "console.my_account.enabled": false, "console.oidc_scopes.enabled": true,