Errors

DSAR-BE-1002: AUTH_APPROVER_ROLE_FORBIDDEN

Meaning

The actor is authenticated but does not have the role required for an approver-only operation.

Probable Causes

  • Request uses a member-level actor for an admin/approver endpoint.
  • Role propagation in gateway/session layer is incorrect.

How to Fix

  1. Use a bearer token whose resolved identity has a role that is allowed for the operation (for example, admin).
  2. Verify the role mapping between your identity provider or token resolver and DSAR.

Retryable

No. Retry only after changing actor role context.

Minimal Trigger Example