How to use Named Values in Azure API Management policies
In this article explains you can reference named values properties with the sentence: {<!-- -->{NamedValuePropertyReference}}
But, I need something like this:
{<!-- -->{$"dinamcallyyCreatedPropertyReference"}}
Here the Key is the client application id which we are getting from the azp claim in the JWT token. Based on the key we need to add client application name to one of the custom header in the APIM.
Thanks.
