I'm trying to authenticate Azure App Configuration Service with access keys in APIM policies. Can someone help how we can authenticate Azure App Configuration Service using Access keys in APIM policies.
Asked
Active
Viewed 89 times
1 Answers
0
You will need to implement the HMAC authentication as explained in the document below. There are code samples in a variety of languages in that doc too.
https://learn.microsoft.com/en-us/azure/azure-app-configuration/rest-api-authentication-hmac

Zhenlan Wang
- 1,213
- 8
- 10