Skip to content

Commit

Permalink
chore: add view_idp to business admin (#179)
Browse files Browse the repository at this point in the history
Refs: #178
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Sep 16, 2024
1 parent 44efeae commit 86e68c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/technical documentation/06. Roles & Rights Concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ This role concept covers all roles related to
| Delete Technical User (delete_tech_user_management) | 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 | | |
| View IdP Details (view_idp) | x | x | x | x | | | | | x | | |
| View Managed IdP Details (view_managed_idp) | x | x | | x | | | | | | x | |
| Create a new IdP record (add_idp) | x | x | | x | | | | | | x | |
| Update IdP Config (setup_idp) | x | x | | x | | | | | | x | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@
"view_subscription",
"view_use_case_participation",
"delete_notifications",
"view_partner_network"
"view_partner_network",
"view_idp"
],
"Cl3-CX-Semantic": [
"add_semantic_model",
Expand Down

0 comments on commit 86e68c0

Please sign in to comment.