Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,236 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
<issuer-signing-keys>
<key>123412341234123412341234</key>
</issuer-signing-keys>
Is there any policy that will retrieve the key value stored in the signings keys ?
@Upasana Ghosh Instead of directly specifying the value, you can use namedvalue like mentioned here and use it across the other policies. Or if you need to pass it to the backend, that means it is already present in the authorization token and refer sample policy mentioned here.