In APIGEE there is something called a javascript policy that allows me to execute a script. What is the equivalent of that in Azure API management
In APIGEE there is something called a javascript policy that allows me to execute a script. What is the equivalent of that in Azure API management
Hi @VenkateshSrinivasan-9013 and @MikeUrnun
et some workaround for this?
PS: Asked this one in community if anyone has done this: https://techcommunity.microsoft.com/t5/azure/how-to-generate-jwt-in-azure-api-management/m-p/3570721
I'm working on similar stuff and trying to generate JWT token within APIM using JavaScript to send to a external backend API.
Were able to g
Hi @VenkateshSrinivasan-9013 - In API Management, you can use C# through policy expressions: API Management policy expressions
How will I execute the javascript using this policy expression? It says only C# expression.
@VenkateshSrinivasan-9013 Unfortunately, within the proxy flow through the policy engine, only C# is supported at this time. If you feel strongly about Javascript support, please consider upvoting an existing feature request on Azure UserVoice: https://feedback.azure.com/forums/248703-api-management/suggestions/6564897-api-management-policy
@VenkateshSrinivasan-9013 Is what you're trying to do only possible with JS?
6 people are following this question.