Skip to content

Commit

Permalink
Remove unnessary scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Nov 16, 2023
1 parent ff32fd6 commit be10bca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ const CONSTS = {
WORKFLOW_MANAGER: ['apim:api_workflow_view', 'apim:api_workflow_approve', 'apim:tenantInfo', 'openid',
'apim:admin_settings',
],
POLICY_MANAGER: ['apim:tier_view', 'apim:policies_import_export', 'apim:tier_manage', 'apim:tenantInfo',
POLICY_MANAGER: ['apim:admin_tier_view', 'apim:admin_tier_manage', 'apim:tenantInfo',
'apim:bl_view', 'apim:bl_manage', 'openid', 'apim:admin_settings',
],
CATEGORY_MANAGER: ['apim:api_category', 'openid', 'apim:tenantInfo', 'apim:admin_settings'],
KEY_MANAGER: ['apim:keymanagers_manage', 'openid', 'apim:tenantInfo', 'apim:admin_settings'],
GATEWAY_MANAGER: ['apim:environment_manage', 'openid', 'apim:admin_settings', 'apim:environment_read'],
SETTINGS_MANAGER: ['apim:app_owner_change', 'apim:app_import_export', 'apim:admin_application_view',
SETTINGS_MANAGER: ['apim:app_owner_change', 'apim:admin_application_view',
'apim:scope_manage', 'openid', 'apim:admin_settings', 'apim:tenantInfo',
],
},
Expand Down

0 comments on commit be10bca

Please sign in to comment.