Skip to content

Commit

Permalink
Add scopes for admin api
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Nov 15, 2023
1 parent 1056fad commit f5b0964
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ public RestAPIAdminImpl(String username, String password, String tenantDomain, S
"apim:api_workflow_approve " +
"apim:admin_operation " +
"apim:policies_import_export" +
"apim:keymanagers_manage" +
"apim:api_category" +
"apim:admin_tier_view" +
"apim:admin_tier_manage" +
"apim:scope_manage";

String accessToken = ClientAuthenticator
Expand Down

0 comments on commit f5b0964

Please sign in to comment.