Forum Discussion
GGandhi
Jul 12, 2022Copper Contributor
How to Generate JWT in Azure API Management
Hello Members, I'm trying to secure a backend external API through Azure API Management platform. The backend API needs and validates the request using a JWT(JSON Web Token). I have spent quite som...
shailesh14
Microsoft
Nov 12, 2024APIM is act as a proxy and can't generate JWT token, you can do JWT validation using APIM policy.