I just want to be able to do a rest call using Azure Web Api Management without needing to pass the subscription-key in the url. Is that possible?
Select Azure Active Directory > App registrations, and then select your client application (not your web API). Select API permissions > Add a permission > My APIs.
What are subscriptions? By publishing APIs through API Management, you can easily secure API access using subscription keys. Developers who need to consume the published APIs must include a valid subscription key in HTTP requests when calling those APIs.
Azure API management allows for anonymous subscriptions.
Create a Product without requiring a subscription (Product -> Settings -> Require Subscription) Add your API to this product.
https://azure.microsoft.com/en-us/documentation/articles/api-management-howto-add-products/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With