diff --git a/en/asgardeo/features.json b/en/asgardeo/features.json index ff0f698922..56480af753 100644 --- a/en/asgardeo/features.json +++ b/en/asgardeo/features.json @@ -69,5 +69,24 @@ "guides/webhooks/setup-webhooks.md", "guides/webhooks/webhook-events-and-payloads.md" ] + }, + + "workflows": { + "enabled": false, + "page": [ + "guides/workflows/index.md", + "guides/workflows/approve-workflow.md", + "guides/workflows/workflow-requests.md", + "guides/user-self-service/manage-approvals.md" + ] + }, + + "rolesv3": { + "enabled": false, + "page": [ + "apis/role-management/index.md", + "apis/role-management/roles-v3.md", + "apis/organization-apis/org-role-mgt-v3.md" + ] } } diff --git a/en/includes/guides/user-self-service/configure-self-service-portal.md b/en/includes/guides/user-self-service/configure-self-service-portal.md index e0015cb7f9..3538ae61cc 100644 --- a/en/includes/guides/user-self-service/configure-self-service-portal.md +++ b/en/includes/guides/user-self-service/configure-self-service-portal.md @@ -26,7 +26,9 @@ Listed below are self-service features that are available for the user in the ** - [Manage password recovery]({{base_path}}/guides/user-self-service/user-password-recovery/) - [Discover and maintain applications]({{base_path}}/guides/user-self-service/discover-applications/) - [Register passkeys]({{base_path}}/guides/user-self-service/register-passkey/) +{% if workflows %} - [View and update the approvals]({{base_path}}/guides/user-self-service/manage-approvals/) +{% endif %} {% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version != "7.0.0")%}