Forum Discussion
Anonymous
Jan 01, 2018Ocp-Apim-Subscription-Key for Service to Service calls
I want to require a Ocp-Apim-Subscription-Key when calling an API that is managed using Azure API Management. If I am calling the API from another API, what Ocp-Apim-Subscription-Key should I use? Do...
null null
Jan 03, 2018Copper Contributor
this might be what you are after.
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-mutual-certificates
Anonymous
Jan 03, 2018That is a decent option, however I'd prefer not to go that route. We have the services already setup with AAD authentication and I am moving them to APIM. I want to make the change as seamless as possible.
- null nullJan 04, 2018Copper Contributor
if you have already setup AD as an identity i believe you should be able to use AD auth on the api.
we use google here and have that as an option. I haven't tried on AD.
- AnonymousJan 04, 2018
I can certainly not require the Subscription Key, but from my understanding, if a SK is not used you will lose all of your analytics with regards to that user's use of the API.