APIM

search by tag

Passing Input to Azure APIM Policy Fragment

Jan 20, 2024 | 2 min read | 365 Views | Comments

Azure APIM policy fragment enables you to define policy once and use it till eternity. In this article, we will understand the creation of a policy fragment and a way to pass input to them.

Creating Validate JWT Policy in Azure APIM

Dec 27, 2023 | 3 min read | 536 Views | Comments

Validating JWT is nothing new in the context of API development. Thousands of tokens been validated right now while you are reading this text. Azure APIM makes your life easy for API development by allowing you to create a validate-jwt policy to perform such a necessary task. In this article, we will understand how to create such policy under Azure APIM.