From 8e302764833c0af684b44cef3dac74f0f5af0cf7 Mon Sep 17 00:00:00 2001 From: Pasindu Yeshan Date: Wed, 18 Dec 2024 12:11:35 +0530 Subject: [PATCH 1/2] Remove role,group scope from login and registration --- .../org.wso2.carbon.identity.core.server.feature.default.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 42e4486a6337..27af4d92605c 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 @@ -1344,9 +1344,7 @@ "console.login_and_registration.enabled": true, "console.login_and_registration.scopes.feature": ["console:loginAndRegistration"], "console.login_and_registration.scopes.read": [ - "internal_governance_view", - "internal_group_mgt_view", - "internal_role_mgt_view" + "internal_governance_view" ], "console.login_and_registration.scopes.update": [ "internal_governance_update", From e82de1e8f44d109902fa747ec59daa1c16d58aab Mon Sep 17 00:00:00 2001 From: Pasindu Yeshan Date: Thu, 2 Jan 2025 11:35:47 +0530 Subject: [PATCH 2/2] Add rule based password expiry default console values --- ...2.carbon.identity.core.server.feature.default.json | 11 +++++++++++ 1 file changed, 11 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 27af4d92605c..49a232ec7953 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 @@ -1495,6 +1495,17 @@ "internal_application_mgt_view" ], "console.resident_outbound_provisioning.scopes.update": ["internal_application_mgt_update"], + "console.rule_based_password_expiry.enabled": true, + "console.rule_based_password_expiry.scopes.read": [ + "internal_governance_view", + "internal_group_mgt_view", + "internal_role_mgt_view" + ], + "console.rule_based_password_expiry.scopes.update": [ + "internal_config_update", + "internal_governance_update", + "internal_validation_rule_mgt_update" + ], "console.console_settings.enabled": true, "console.console_settings.disabled_features": [ "consoleSettings.invitedExternalAdmins",