In the azure api manager there is a validate-jwt policy that can be specified. The documentation has the following phrase "Optionally specify a key by using the id". But the id attribute is not specified in the schema for validate-jwt/issuer-signing-keys. Can someone help with a sample validate-jwt policy?
I tried adding the mentioned attribute but the API manager/Inbound processing form rejected it
You need to add the
kidvalue inissuer-signing-keysas shown below-I am getting expected response.