Reputation: 1861
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
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