webMethods

 View Only

 API Gateway Scope level policy issue

Garry Knight's profile image
Garry Knight posted Tue April 29, 2025 10:57 AM

Hi All,

I have carried out below steps:

create AuthScope1 on local auth server

create AuthScope2 on local auth server

create APIScope1 on an API

create APIScope2 on an API

Map AuthScope1 to APIScope1

Map AuthScope2 to APIScope2

Add response processing policy ONLY to APIScope2

After doing the above steps, when executing the API passing in an Oauth token obtained for AuthScope1, I am seeing the response processing policy being executed that is only present for APIScope2.

Are the above steps correct when trying to achieve Scope specific policy behaviour, as I am having issues getting this to work as expected.

Thank you.