kumar
kumar

Reputation: 9427

Azure Api management Is it possible to disable Subscription Key

Is it a must that Subscription Key sent as part of the request when call through API Managment? is there a way to disable this option?

Upvotes: 7

Views: 8797

Answers (2)

Jairo Villarreal
Jairo Villarreal

Reputation: 31

if you already have an API created and binded to your product, you need to do this.

  1. Remove the Subscription Required option from your product.
  2. go to the APIs section, select your existing API and from the Settings tab, you can remove the checkbox "subscription Required".

enter image description here

Upvotes: 0

Vitaliy Kurokhtin
Vitaliy Kurokhtin

Reputation: 7840

Create a new product and uncheck "Require subscription" in its settings. Any API added to such product will be callable without a key, i.e. anonymously.

enter image description here

enter image description here

Upvotes: 9

Related Questions