Skip to content

Commit

Permalink
Merge pull request #6989 from hasuniea/master
Browse files Browse the repository at this point in the history
adding role based access control
  • Loading branch information
chamilaadhi authored Nov 20, 2023
2 parents 026ff10 + 6a1af01 commit 115b66f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/administer/advanced-configurations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Advanced Configurations
# **Advanced Configurations**

This section covers how to change and configure several features related to the advanced tenant configurations.

Expand Down
13 changes: 13 additions & 0 deletions en/docs/administer/role-based-access-control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# **Role based access control for Admin Portal**

Super admin can restrict each section in the admin portal based on the scopes. Please follow the
below scopes chart to define scopes.

| **Admin portal Menu** | **scopes** |
|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| Rate Limiting Policies | apim:admin_tier_view, apim:admin_tier_manage, apim:tenantInfo, apim:bl_view, apim:bl_manage, apim:admin_settings |
| Gateways | apim:environment_manage, apim:admin_settings, apim:environment_read |
| API Categories | apim:api_category, apim:tenantInfo, apim:admin_settings |
| Key Managers | apim:keymanagers_manage, apim:tenantInfo, apim:admin_settings |
| Tasks | apim:api_workflow_view, apim:api_workflow_approve, apim:tenantInfo, apim:admin_setting |
| Settings | apim:app_owner_change, apim:admin_application_view, apim:scope_manage, apim:admin_settings, apim:tenantInfo |
1 change: 1 addition & 0 deletions en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@ nav:
- Configure ForgeRock as a Key Manager: administer/key-managers/configure-forgerock-connector.md
- Configure a Custom Key Manager: administer/key-managers/configure-custom-connector.md
- Advanced Configurations: administer/advanced-configurations.md
- Manage Role based access control for the Admin portal: administer/role-based-access-control.md
- Install and Setup:
- Install and Setup Overview: install-and-setup/install-and-setup-overview.md
- Install:
Expand Down

0 comments on commit 115b66f

Please sign in to comment.