Skip to content

Commit

Permalink
fix(App Manager): add tech_user_management roles (#192)
Browse files Browse the repository at this point in the history
to align App Manager with Service Manager
#176
  • Loading branch information
evegufy authored Sep 30, 2024
1 parent 3018805 commit 402ddb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/technical documentation/06. Roles & Rights Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ This role concept covers all roles related to
| Delete my user account (delete_own_user_account) | x | x | x | x | x | x | x | x | x | x | |
| Technical User Management (view_tech_user_management) | x | x | | x | | | x | x | | x | |
| View Technical User Roles (technical_roles_management) | x | x | | x | | |x | x | | x | |
| Create Technical User (add_technical_user_management) | x | x | | x | | | | | | x | |
| Delete Technical User (delete_tech_user_management) | x | x | | x | | | | | | x | |
| Create Technical User (add_tech_user_management) | x | x | | x | | | |x| | x | |
| Delete Technical User (delete_tech_user_management) | x | x | | x | | | |x| | x | |
| **Technical Management** | | | | | | | | | | | |
| View Technical Integration on the UI - no backend permission (view_technical_setup) - **obsolete** | x | x | | x | | | x | x | | x | |
| View IdP Details (view_idp) | x | x | x | x | | | | | x | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1077,12 +1077,14 @@
],
"Cl2-CX-Portal": [
"add_apps",
"add_tech_user_management",
"view_license_types",
"view_app_subscription",
"view_service_subscriptions",
"activate_subscription",
"delete_apps",
"view_certificates",
"delete_tech_user_management",
"CX User",
"view_autosetup_status",
"App Developer",
Expand Down

0 comments on commit 402ddb9

Please sign in to comment.