Demo: Check if my app is calling APIs using minimal permissions
Last modified on February 5, 2025
This sample illustrates how to use Dev Proxy to check if your app is calling APIs using minimal permissions. The sample contains a mock CRUD API secured with Microsoft Entra. Different API operations require different scopes. The mock CRUD API is described using an OpenAPI spec including information about the available operations and the necessary scopes for each of them. By uploading the OpenAPI to Azure API Center, and calling the API, you can use Dev Proxy to check if your app is calling the API using the minimal permissions required.
View on GitHub Download from GitHubReferences
Learn more about the ApiCenterMinimalPermissionsPlugin
The tutorial will introduce you to the Dev Proxy and show you how to use its features.
Instructions on how to configure the Dev Proxy to use a different configuration file.