Why is this setting causing intermittent 401 errors during token refresh for our multi-tenant integration? We are deploying a Premium App across three distinct orgs using the standard AppFoundry OAuth flow. The issue arises specifically when the user context switches between organizations without a full session logout.
Environment details:
- Genesys Cloud API v2
- SDK Version: 10.2.1
- Auth Type: Client Credentials with Delegation
- Deployment: AWS Lambda Node.js 18
The token revocation endpoint returns a 204, yet subsequent API calls fail with invalid_grant. Has the delegation scope handling changed recently?