Hello Community
I would like to know how I can add a REST service (which is actually a flow service exposed as REST resource in IS) to an OAuth scope in webMethods Integration server (v 10.11)?
I was able to configure OAuth & generate acces_token but I get “insufficient scope” error when I try to access REST resource using OAuth access_token via PostmanUI.
I tried to add REST url to OAuth scope under “url template” section but I didn’t solve this issue.
I would like to know if anyone in community has already attempted to access REST resource using OAuth token in IS (Integration server). I am specifically interested in learning how to do it in IS (and not in API Gateway) when you have a valid OAuth access_token generated using same IS instance.
Thanks