cf-abacus icon indicating copy to clipboard operation
cf-abacus copied to clipboard

Stubs are being invoked with a subset of the scopes

Open sinduri opened this issue 10 years ago • 1 comments

When abacus is invoking the AccountManagement stub/ Provisioning stub, the oauth token being passed has just the "abacus.usage.read, abacus.usage.write" scopes, though the client_id is configured with other scopes like IBMBSS, service

But if the downstream components are looking for a different scope(which they should have already), the call would fail. For ex. provisioning might be looking for uaa.resource

So, abacus should not filter out the scopes when calling the stub components.

sinduri avatar Nov 02 '15 22:11 sinduri

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/107248594.

cf-gitbot avatar Nov 02 '15 22:11 cf-gitbot