Forum Discussion
DocteurBGP
Nimbostratus
Jun 06, 2023Difference between Rest API security protection and API Security ASM template ?
Hi, I have to protect some Rest API with ASM. I saw that there are 2 different API protection features : 1) Create an ASM policy with the API security template where you just import the swagger fi...
Daniel_Wolf
MVP
Jun 06, 2023Hi DocteurBGP,
the APM Policy can
- import an Open API Spec file
- verify that the API call is made to an allowed API endpoint.
- verify that clients makes only unauthenticated API calls and verify JWT access tokens
- do Rate Limiting
The AWAF Policy can
- import an Open API Spec file and validate that the API request conforms to the spec file
- protect against Web Application Threats
To my surprise the AWAF Policy can import an Open API Spec file but does not build a list of allowed URLs (methods / endpoints) from it.
KR
Daniel