1

I have Scenario under APIM policy where I have a API but few Operation required Subscriptions-Key but few does not required so under one API both the option is possible?

In the below screenshot only **GetStations **Operation required Subscriptions-Key other not?

enter image description here

I want to know is it possible or it's limitation from AZURE side.

Singh Aswal
  • 379
  • 2
  • 6

1 Answers1

0

APIM does not support operation-level subscriptions. Use other authentication methods which you can apply through policies on the operation level, like client certificate authentication or possibly use JWT tokens validation.

Mo Haidar
  • 3,748
  • 6
  • 37
  • 76