DZone

This post covers the basic procedures to set up simple Mule API security. I assume that the audience has little knowledge of applying API security to the Mule Anypoint Platform. Here are the key takeaways:

  1. Write a simple RAML in the Design Center of the Anypoint Platform
  2. Publish the API (RAML) to the Exchange
  3. Using API Manager to apply simple security
  4. Explain the details of how it works

The complete source code is available
in my GitHub.

Design and Publish the API

In the new version of Anypoint Platform, API management contains three separate areas:

Source: DZone