Skip to content

Integrating with API Management

To manage authorization, you can integrate your REST API with the API Management portal.

Prevent access using an ACL

By adding the FMIncludeAPIMgtWebACL tag to your IRestApi construct, you can restrict access to your REST API and only allow API Management to access it:

ts
Tags.of(api).add("FMIncludeAPIMgtWebACL", "true");

Setting up an APIM pipeline

To synchronize your OpenAPI revisions with API Management, you will have to setup an Azure Devops pipeline.

Contributors wanted!

Would you like to contribute? Please submit a pull request.