Forum Discussion
mkg310
Nov 21, 2024Copper Contributor
Azure API Management Gateway - RBAC on the API level
Is it possible to grant access on specific APIs implementation, making users able to see some APIs but not others inside the same Azure API Management Gateway? For example: User1 can manage green on...
Kidd_Ip
Nov 22, 2024MVP
Yes, by using Azure RBAC to manage access to APIs and other resources. You can assign different roles to users at various scopes, such as subscription, resource group, or individual API Management instance. Here are the steps:
- Define Custom Roles: If the built-in roles do not meet your needs, you can create custom roles. For example, you can create a role that has read and write access to specific APIs only.
- Assign Roles: Assign these roles to users at the appropriate scope. For instance, you can assign a custom role to a user at the API level, allowing them to manage only that specific API.