froblesmartin
froblesmartin

Reputation: 1861

How do Azure APIM Products behave with multiple Products without subscription required?

While going through the documentation, I can not figure out which is the behaviour in case multiple Products include the same API, and none of them requires a Subscription Key. Still, those can have different Policies, changing completely the context of the request.

So, imagine one open Product has JWT validation and another one does not. Which Product would serve the request that does not include any Subscription Key? Would it try with both Products in random order until one has a successful response?

Thanks a lot in advance! :)

Upvotes: 0

Views: 227

Answers (1)

froblesmartin
froblesmartin

Reputation: 1861

I raised the concern in the official docs feedback process, and the answer is: An API can only be associated with one open product.

Upvotes: 1

Related Questions