Is it possible to bypass the strict OAuth scope validation when invoking an Architect flow via the platform API from our AppFoundry integration? We are hitting a 403 Forbidden error despite the client having the flows:write scope, suggesting a hidden permission layer for external triggers.
Environment details:
- AppFoundry Premium App v2.1.0
- Node.js SDK 2.4.1
- Endpoint: POST /api/v2/architect/flows/{flowId}/trigger
- Error: 403 Forbidden (insufficient permissions for external invocation)