Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions en/asgardeo/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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")%}

Expand Down
Loading