- Purpose
- Give in-house teams a clear path with no platform-specific assumptions.
- Prerequisites
- Server-side backend
- Secret storage
- Architecture
- Portal backend is the integration layer; the browser never touches Integration Lab credentials.
Configuration
| Pattern | Backend-for-frontend |
Implementation steps
- 01Authenticate
- 02Upsert
- 03Assign
- 04Launch
- 05Consume events
- 06Display outcomes
Testing procedure
- Run the Developer Sandbox scenario against your own backend
Troubleshooting
Token exposed in browser
Move the call server-side; treat this as a release blocker.