Skip to content

HTTP 403, authentication and identity

AUTH-005

This action needs a fresh verification.

What it means

A sensitive action was attempted with a second factor verified more than five minutes ago. Creating credentials, changing security settings, and deleting a workspace all require a fresh one.

What to do

The application raises the verification prompt and retries the action for you. If you cancelled it, repeat the action.

The response

Every failure arrives in this shape. The trace_id is worth keeping: it identifies the request in our logs and carries nothing about your data.

{
  "type": "https://shiftgraph.dev/errors/AUTH-005",
  "title": "This action needs a fresh verification.",
  "status": 403,
  "code": "AUTH-005",
  "trace_id": "01J8Z…"
}

Related codes

Sessions, second factors, sign-in methods, and the credentials that reach the API. A second factor is required of every account, so several of these have no bypass by design.

The full error reference, or write to support@shiftgraph.dev with the trace id.